From a254a33eff08db5f9ed032331558e93b7e4997e2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Sep 2012 15:03:09 +0200 Subject: [PATCH] travis: use only two sets of configure options and check "distcheck" and "install" targets --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1701d67..1149c1d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,10 @@ language: "python" install: - "sudo apt-get -y install automake autoconf libtool pkg-config" - "sudo apt-get -y install libsnmp-dev libxml2-dev libevent-dev check" -script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check" +script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check && make distcheck && sudo make install" env: - LLDPD_CONFIG_ARGS="" - - LLDPD_CONFIG_ARGS="--disable-lldpmed" - - LLDPD_CONFIG_ARGS="--disable-dot1" - - LLDPD_CONFIG_ARGS="--disable-dot3" - - LLDPD_CONFIG_ARGS="--with-snmp --with-xml" + - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --disable-lldpmed --disable-dot1 --disable-dot3" branches: only: - master -- 2.39.5