]> jfr.im git - irc/rizon/plexus4.git/blob - .travis.yml
plexus4 20230319_0-614
[irc/rizon/plexus4.git] / .travis.yml
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 --enable-halfops
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-halfops --enable-assert; else ./configure --enable-halfops --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