]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: on OS X, try with/without embedded libevent and with/without SNMP
authorVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 13:26:14 +0000 (15:26 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 15 May 2014 13:26:14 +0000 (15:26 +0200)
.travis.yml

index 00cf1e74cb149bfb74868c7ed95b783841797a4c..827a4d3cd1fed8b1e8436741cfdd17f2f1d9c6a2 100644 (file)
@@ -16,3 +16,7 @@ matrix:
   include:
     - os: osx
       compiler: clang
+      env: LLDPD_CONFIG_ARGS="--with-embedded-libevent"
+    - os: osx
+      compiler: clang
+      env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"