ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.3.x/.travis.yml
Revision: 6758
Committed: Thu Nov 12 19:37:24 2015 UTC (8 years, 4 months ago) by michael
File size: 964 byte(s)
Log Message:
- Create ircd-hybrid 8.3.x branch

File Contents

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

Properties

Name Value
svn:keywords Id Revision