diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-20 23:42:17 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-20 23:42:17 +0100 |
commit | e15380622351a048bc82f293d4e6fe774239e4e5 (patch) | |
tree | 94a92fe8a8f85050993c18902e687c35f7d25904 | |
parent | ed857642d30ba3baf21edcff79334b3cf64955d1 (diff) |
travis disabled mingw build
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e7d0a5d..9a91d79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ 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 - 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) +script: + - ./autogen.sh + - git clean -df . && dpkg-buildpackage -b -us -uc +# - git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine) |