]> git.ipfire.org Git - thirdparty/lldpd.git/blob - .travis.yml
Merge pull request #115 from alagoutte/travis_container
[thirdparty/lldpd.git] / .travis.yml
1 language: c
2 os: linux
3 compiler: gcc
4 sudo: require
5 install:
6 - ./.travis/install.sh
7 script:
8 - ./.travis/run.sh
9 env:
10 global:
11 - secure: "1qAHFxnz0gIxMMl9DAVzoPvVSpOacWT2G6ItcaoaVe1r4OANzpoHBlbyHX2I/1KFe+BohzjS9kXA4NrlPaL81qfvu9E6qZ9yai/+0gHdzZttB2uvdyFXyDVye3CHHDlYMfRRQf6C+eYs5CKeedWq9Q3arO1GyAWiL9RcW1466sg="
12 - COVERITY_SCAN_BRANCH_PATTERN=coverity_scan
13 - COVERITY_SCAN_NOTIFICATION_EMAIL="bernat@luffy.cx"
14 - RUN_COVERITY=0
15 matrix:
16 - LLDPD_CONFIG_ARGS=""
17 - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
18 - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
19 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3"
20 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
21 matrix:
22 include:
23 - os: linux
24 compiler: clang
25 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
26 - os: osx
27 compiler: clang
28 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
29 - os: linux
30 compiler: gcc
31 env:
32 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
33 - RUN_COVERITY=1