]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .travis.yml
osx: sync homebrew formula
[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 matrix:
12 - LLDPD_CONFIG_ARGS=""
13 - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
da957637 14 - LLDPD_CONFIG_ARGS="--disable-shared --enable-static"
b2c51a1d 15 - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
d3ee4b62 16 - LLDPD_CONFIG_ARGS="--with-snmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
06494775 17 - LLDPD_CONFIG_ARGS="--enable-oldies"
99eb22eb 18 - LLDPD_CONFIG_ARGS="--with-seccomp"
45bf176b
VB
19matrix:
20 include:
d82e8181
VB
21 - os: linux
22 compiler: clang
06987a24 23 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"
047ab670
VB
24 - os: osx
25 compiler: clang
06987a24 26 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"