]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - .travis.yml
travis: use only two sets of configure options and check "distcheck" and "install...
[thirdparty/lldpd.git] / .travis.yml
index a1701d676a912e20870cf91419fbfb55db691e0d..1149c1d780532aa0621107fdf4e881c88b9da26b 100644 (file)
@@ -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