]> git.ipfire.org Git - thirdparty/lldpd.git/blob - .travis.yml
Merge pull request #253 from gregoryp/document_json0_in_cli
[thirdparty/lldpd.git] / .travis.yml
1 language: c
2 group: deprecated-2017Q3
3 os: linux
4 dist: trusty
5 compiler: gcc
6 sudo: require
7 install:
8 - ./tests/ci/install.sh
9 script:
10 - ./tests/ci/run.sh
11 env:
12 matrix:
13 - LLDPD_CONFIG_ARGS=""
14 - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
15 - LLDPD_CONFIG_ARGS="--disable-shared --enable-static"
16 - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
17 - LLDPD_CONFIG_ARGS="--with-snmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
18 - LLDPD_CONFIG_ARGS="--enable-oldies"
19 - LLDPD_CONFIG_ARGS="--with-seccomp"
20 matrix:
21 include:
22 - os: linux
23 compiler: clang
24 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"
25 - os: osx
26 compiler: clang
27 env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"