aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a91d79..8629b3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,13 @@ before_install:
- sudo apt-get -qq update
- 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 mingw-w64-i686-dev
+ - sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-common
- sudo apt-get install -y autoconf automake dh-autoreconf
+after_failure:
+ - cat config.log
+
script:
- ./autogen.sh
- git clean -df . && dpkg-buildpackage -b -us -uc
-# - git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine)
+ - git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine)