From: Vincent Bernat Date: Sat, 12 Jan 2013 22:30:04 +0000 (+0100) Subject: web: add .travis.yml to avoid travis to run X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d70ce74d0d6b72b759110ee59ca085d729b830a;p=thirdparty%2Flldpd.git web: add .travis.yml to avoid travis to run --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..6b0ecc64 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: "python" +install: + - "sudo apt-get -qq update" + - "sudo apt-get -y install automake autoconf libtool pkg-config" + - "sudo apt-get -y install libsnmp-dev libxml2-dev libjansson-dev libevent-dev libreadline-dev check" +script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check && make distcheck && sudo make install" +env: + - LLDPD_CONFIG_ARGS="" + - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3" +branches: + only: + - master + - branch-0.5