ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/.travis.yml
Revision: 7676
Committed: Wed Jul 20 19:31:34 2016 UTC (10 years ago) by michael
Content type: application/yaml
File size: 964 byte(s)
Log Message:
- Fixed more svn properties as pointed out by jackal

File Contents

# User Rev Content
1 michael 3820 # $Id$
2    
3     language: c
4    
5 michael 3959 os:
6     - linux
7     - osx
8    
9 michael 3820 env:
10     global:
11     - secure: "Cq1iFAKxQ2S/LUz41BaS00+HdqTZt0hqPVlcmF4uIFRSjRocz+mKoroV2Iidbly8uuokOu5yY+ZRw8Yrjc2w8qKM+qsRHo9KNQGPx/jLe06DI2RuPcT3IxnGrElLDUUs2qJ6drjGCrOEFP2eowMdytqLDJfKW5OGLOFsmoSIwD0="
12    
13     compiler:
14     - gcc
15     - clang
16    
17     addons:
18 michael 3823 coverity_scan:
19     project:
20     name: "ircd-hybrid/ircd-hybrid"
21     description: "A lightweight, high-performance internet relay chat daemon."
22 michael 3825 notification_email: bugs@ircd-hybrid.org
23 michael 3823 build_command_prepend: ./configure
24     build_command: make
25     branch_pattern: coverity_scan
26 michael 3820
27     script:
28 michael 4852 - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi
29 michael 4167 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-assert; else ./configure --enable-assert; fi
30 michael 3820 - make
31     - sudo make install
32    
33     notifications:
34 michael 3829 email:
35     - bugs@ircd-hybrid.org
36 michael 3820 irc:
37 michael 4515 channels:
38 michael 3820 - "irc.ircd-hybrid.org#ircd-coders"
39 michael 4515 skip_join: true
40 michael 4852
41     osx_image: xcode61

Properties

Name Value
svn:eol-style native
svn:keywords Id