]> git.ipfire.org Git - thirdparty/lldpd.git/blob - .travis.yml
lldpd: make custom TLV code optional
[thirdparty/lldpd.git] / .travis.yml
1 language: c
2 os: linux
3 compiler: gcc
4 install:
5 - ./.travis/install.sh
6 script:
7 - ./.travis/run.sh
8 env:
9 global:
10 - secure: "1qAHFxnz0gIxMMl9DAVzoPvVSpOacWT2G6ItcaoaVe1r4OANzpoHBlbyHX2I/1KFe+BohzjS9kXA4NrlPaL81qfvu9E6qZ9yai/+0gHdzZttB2uvdyFXyDVye3CHHDlYMfRRQf6C+eYs5CKeedWq9Q3arO1GyAWiL9RcW1466sg="
11 - COVERITY_SCAN_BRANCH_PATTERN=coverity_scan
12 - COVERITY_SCAN_NOTIFICATION_EMAIL="bernat@luffy.cx"
13 - RUN_COVERITY=0
14 matrix:
15 - LLDPD_CONFIG_ARGS=""
16 - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
17 - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
18 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3"
19 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
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 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
32 - RUN_COVERITY=1