From: Vincent Bernat Date: Mon, 24 Jun 2013 09:58:37 +0000 (+0200) Subject: travis: check that we can build lldpd with embedded libevent X-Git-Tag: 0.7.6~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e37255a58218182aa331b97fa8eb3ae1d2db3741;p=thirdparty%2Flldpd.git travis: check that we can build lldpd with embedded libevent Since we got an option to force the use of embedded libevent, let's test that. --- diff --git a/.travis.yml b/.travis.yml index a0a31def..aa7e2d0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: