]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .travis.yml
travis: use only two sets of configure options and check "distcheck" and "install...
[thirdparty/lldpd.git] / .travis.yml
CommitLineData
fccbb8cb 1language: "python"
998c1acb 2install:
3b5c1f55 3 - "sudo apt-get -y install automake autoconf libtool pkg-config"
68b375c3 4 - "sudo apt-get -y install libsnmp-dev libxml2-dev libevent-dev check"
a254a33e 5script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check && make distcheck && sudo make install"
fccbb8cb
VB
6env:
7 - LLDPD_CONFIG_ARGS=""
a254a33e 8 - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --disable-lldpmed --disable-dot1 --disable-dot3"
fccbb8cb
VB
9branches:
10 only:
11 - master
12 - branch-0.5