aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-21 00:35:00 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-21 00:35:00 +0100
commitb31ff030339a2dd15a555e6a1488836d218934f7 (patch)
treec9c0c3704e117a257c3d0dc7e4a89a4a7d5dbcfc /.travis.yml
parente15380622351a048bc82f293d4e6fe774239e4e5 (diff)
travis mingw build with autoconf logging
Diffstat (limited to '.travis.yml')
-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)