]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Integration with Travis CI
authorVincent Bernat <bernat@luffy.cx>
Tue, 3 Apr 2012 11:03:25 +0000 (13:03 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 3 Apr 2012 11:03:25 +0000 (13:03 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..3c1f0d8
--- /dev/null
@@ -0,0 +1,13 @@
+language: "python"
+before_script: "sudo aptitude -y -q install libsnmp-dev libxml2-dev automake autoconf libtool"
+script: "./autogen.sh && ./configure && make && make check"
+env:
+  - LLDPD_CONFIG_ARGS=""
+  - LLDPD_CONFIG_ARGS="--disable-lldpmed"
+  - LLDPD_CONFIG_ARGS="--disable-dot1"
+  - LLDPD_CONFIG_ARGS="--disable-dot3"
+  - LLDPD_CONFIG_ARGS="--with-snmp"
+branches:
+  only:
+    - master
+    - branch-0.5