]> git.ipfire.org Git - thirdparty/lldpd.git/blob - .travis.yml
solaris: remove unused headers
[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 --disable-custom --enable-oldies"
20 matrix:
21 include:
22 - os: linux
23 compiler: clang
24 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
25 - os: osx
26 compiler: clang
27 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
28 - os: linux
29 compiler: gcc
30 env:
31 - RUN_COVERITY=1
32 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"