]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: check that we can build lldpd with embedded libevent
authorVincent Bernat <vincent.bernat@dailymotion.com>
Mon, 24 Jun 2013 09:58:37 +0000 (11:58 +0200)
committerVincent Bernat <vincent.bernat@dailymotion.com>
Mon, 24 Jun 2013 09:58:37 +0000 (11:58 +0200)
Since we got an option to force the use of embedded libevent, let's
test that.

.travis.yml

index a0a31defff29862b68307165edc0a3292acfb611..aa7e2d0a3c561f430757e39290cda7791136ac68 100644 (file)
@@ -6,6 +6,7 @@ install:
 script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check && make distcheck && sudo make install"
 env:
   - LLDPD_CONFIG_ARGS=""
+  - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
   - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3"
 branches:
   only: