aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-20 23:28:12 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-20 23:28:12 +0100
commit2c50cc20e53bdd973698b09ed21460e8cd26340a (patch)
tree4b70109e9883d0cf996b111d8b7925f74cb2e459 /.travis.yml
parent93ad7536c3ef0d7bfdca2552b5e53d02ac35df42 (diff)
travis autotools
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b0560c..1ef9983 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,5 +5,6 @@ before_install:
- sudo apt-get install -y debhelper fakeroot
- sudo apt-get install -y libpcap-dev libselinux1-dev
- sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64
+ - sudo apt-get install -y autoconf automake dh-autoreconf
script: ./autogen.sh && git clean -df . && dpkg-buildpackage -b -us -uc && git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine)