]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .travis.yml
lldpd: don't rely on a checksum to detect a port change
[thirdparty/lldpd.git] / .travis.yml
CommitLineData
81c693e6 1language: c
45bf176b 2os: linux
d82e8181 3compiler: gcc
998c1acb 4install:
ed9e6f41
VB
5 - ./.travis/install.sh
6script:
7 - ./.travis/run.sh
fccbb8cb 8env:
b2c51a1d
VB
9 global:
10 - secure: "1qAHFxnz0gIxMMl9DAVzoPvVSpOacWT2G6ItcaoaVe1r4OANzpoHBlbyHX2I/1KFe+BohzjS9kXA4NrlPaL81qfvu9E6qZ9yai/+0gHdzZttB2uvdyFXyDVye3CHHDlYMfRRQf6C+eYs5CKeedWq9Q3arO1GyAWiL9RcW1466sg="
fd7bb9f4
VB
11 - COVERITY_SCAN_BRANCH_PATTERN=coverity_scan
12 - COVERITY_SCAN_NOTIFICATION_EMAIL="bernat@luffy.cx"
13 - RUN_COVERITY=0
b2c51a1d
VB
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"
45bf176b
VB
19matrix:
20 include:
d82e8181
VB
21 - os: linux
22 compiler: clang
23 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
45bf176b
VB
24 - os: osx
25 compiler: clang
047ab670
VB
26 env: LLDPD_CONFIG_ARGS="--with-embedded-libevent"
27 - os: osx
28 compiler: clang
29 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
b2c51a1d
VB
30 - os: linux
31 compiler: gcc
32 env:
33 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
34 - RUN_COVERITY=1