]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .travis.yml
tests/integration: reduce the number of emulated neighbor
[thirdparty/lldpd.git] / .travis.yml
CommitLineData
81c693e6 1language: c
45bf176b 2os: linux
d82e8181 3compiler: gcc
65244082 4sudo: require
998c1acb 5install:
8bb212d9 6 - ./tests/ci/install.sh
ed9e6f41 7script:
8bb212d9 8 - ./tests/ci/run.sh
fccbb8cb 9env:
b2c51a1d
VB
10 global:
11 - secure: "1qAHFxnz0gIxMMl9DAVzoPvVSpOacWT2G6ItcaoaVe1r4OANzpoHBlbyHX2I/1KFe+BohzjS9kXA4NrlPaL81qfvu9E6qZ9yai/+0gHdzZttB2uvdyFXyDVye3CHHDlYMfRRQf6C+eYs5CKeedWq9Q3arO1GyAWiL9RcW1466sg="
fd7bb9f4
VB
12 - COVERITY_SCAN_BRANCH_PATTERN=coverity_scan
13 - COVERITY_SCAN_NOTIFICATION_EMAIL="bernat@luffy.cx"
14 - RUN_COVERITY=0
b2c51a1d
VB
15 matrix:
16 - LLDPD_CONFIG_ARGS=""
17 - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
18 - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
62f5cd08 19 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom --enable-oldies"
45bf176b
VB
20matrix:
21 include:
d82e8181
VB
22 - os: linux
23 compiler: clang
24 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
047ab670
VB
25 - os: osx
26 compiler: clang
27 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
b2c51a1d
VB
28 - os: linux
29 compiler: gcc
30 env:
b2c51a1d 31 - RUN_COVERITY=1
bf87ba82 32 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"