]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .travis.yml
travis: only enable sanitizers on Linux
[thirdparty/lldpd.git] / .travis.yml
CommitLineData
81c693e6 1language: c
45bf176b 2os: linux
62f9ab5e 3dist: trusty
d82e8181 4compiler: gcc
65244082 5sudo: require
998c1acb 6install:
8bb212d9 7 - ./tests/ci/install.sh
ed9e6f41 8script:
8bb212d9 9 - ./tests/ci/run.sh
fccbb8cb 10env:
b2c51a1d
VB
11 global:
12 - secure: "1qAHFxnz0gIxMMl9DAVzoPvVSpOacWT2G6ItcaoaVe1r4OANzpoHBlbyHX2I/1KFe+BohzjS9kXA4NrlPaL81qfvu9E6qZ9yai/+0gHdzZttB2uvdyFXyDVye3CHHDlYMfRRQf6C+eYs5CKeedWq9Q3arO1GyAWiL9RcW1466sg="
fd7bb9f4
VB
13 - COVERITY_SCAN_BRANCH_PATTERN=coverity_scan
14 - COVERITY_SCAN_NOTIFICATION_EMAIL="bernat@luffy.cx"
15 - RUN_COVERITY=0
b2c51a1d
VB
16 matrix:
17 - LLDPD_CONFIG_ARGS=""
18 - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
19 - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
06494775
VB
20 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
21 - LLDPD_CONFIG_ARGS="--enable-oldies"
45bf176b
VB
22matrix:
23 include:
d82e8181
VB
24 - os: linux
25 compiler: clang
26 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
047ab670
VB
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:
b2c51a1d 33 - RUN_COVERITY=1
bf87ba82 34 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"