From e37255a58218182aa331b97fa8eb3ae1d2db3741 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 24 Jun 2013 11:58:37 +0200 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5