ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/.travis.yml
Revision: 3833
Committed: Wed Jun 4 22:38:05 2014 UTC (11 years, 2 months ago) by michael
Content type: application/yaml
File size: 713 byte(s)
Log Message:
- Update .travis.yml and see how it behaves with warnings enables

File Contents

# User Rev Content
1 michael 3819 # $Id$
2    
3     language: c
4    
5     env:
6     global:
7     - secure: "Cq1iFAKxQ2S/LUz41BaS00+HdqTZt0hqPVlcmF4uIFRSjRocz+mKoroV2Iidbly8uuokOu5yY+ZRw8Yrjc2w8qKM+qsRHo9KNQGPx/jLe06DI2RuPcT3IxnGrElLDUUs2qJ6drjGCrOEFP2eowMdytqLDJfKW5OGLOFsmoSIwD0="
8    
9     compiler:
10     - gcc
11     - clang
12    
13     addons:
14 michael 3824 coverity_scan:
15     project:
16     name: "ircd-hybrid/ircd-hybrid"
17     description: "A lightweight, high-performance internet relay chat daemon."
18 michael 3826 notification_email: bugs@ircd-hybrid.org
19 michael 3824 build_command_prepend: ./configure
20     build_command: make
21     branch_pattern: coverity_scan
22 michael 3819
23     script:
24 michael 3833 - ./configure --enable-warnings
25 michael 3819 - make
26     - sudo make install
27    
28     notifications:
29 michael 3830 email:
30     - bugs@ircd-hybrid.org
31 michael 3819 irc:
32     - "irc.ircd-hybrid.org#ircd-coders"

Properties

Name Value
svn:keywords Id Revision