]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - .travis.yml
tests: minimize file descriptor leaks
[thirdparty/lldpd.git] / .travis.yml
index 827a4d3cd1fed8b1e8436741cfdd17f2f1d9c6a2..e35746e1fd69c065f3737d6658803812bdbbeeb9 100644 (file)
@@ -1,22 +1,27 @@
 language: c
 os: linux
-compiler:
-  - clang
-  - gcc
+dist: trusty
+compiler: gcc
+sudo: require
 install:
-  - ./.travis/install.sh
+  - ./tests/ci/install.sh
 script:
-  - ./.travis/run.sh
+  - ./tests/ci/run.sh
 env:
-  - LLDPD_CONFIG_ARGS=""
-  - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
-  - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
-  - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3"
+  matrix:
+    - LLDPD_CONFIG_ARGS=""
+    - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
+    - LLDPD_CONFIG_ARGS="--disable-shared --enable-static"
+    - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
+    - LLDPD_CONFIG_ARGS="--with-snmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
+    - LLDPD_CONFIG_ARGS="--enable-oldies"
+    - LLDPD_CONFIG_ARGS="--with-seccomp"
+    - LLDPD_CONFIG_ARGS="--with-json=json-c"
 matrix:
   include:
-    - os: osx
+    - os: linux
       compiler: clang
-      env: LLDPD_CONFIG_ARGS="--with-embedded-libevent"
+      env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
     - os: osx
       compiler: clang
       env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"