]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: check we can build static lldpcli
authorVincent Bernat <vincent@bernat.im>
Fri, 1 Apr 2016 07:29:56 +0000 (09:29 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 1 Apr 2016 07:29:56 +0000 (09:29 +0200)
.travis.yml

index 40289e887b23a0269eca0f2a3d70bd54f71b5bd8..e9b49f961cf597ca2cafd89f24b056a7b9091dd1 100644 (file)
@@ -11,6 +11,7 @@ env:
   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 --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
     - LLDPD_CONFIG_ARGS="--enable-oldies"