From 74eb6af01e2581b18f5faedb9feef35c071ff2e6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 25 Mar 2020 15:21:58 +0100 Subject: Remove mingw based cross build from travis config - It can't find the headers on the travis CI machines, but works perfectly on the Ubuntu Bionic VM I set up localy. Don't know why yet. - The mkwinbins.sh script runs the unit tests through wine. I don't want to remove that from the script but I also don't want to install all of wine on the CI machines for every build. Signed-off-by: David Oberhollenzer --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5d08ae6..dc16f5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,19 +91,3 @@ matrix: compiler: gcc env: - CONFIG_OPTS="--with-pthread" - - # Try to run the mingw based Windows cross build - - name: ubuntu-mingw-amd64 - os: linux - arch: amd64 - dist: bionic - compiler: gcc - addons: - apt: - packages: - - libzstd-dev liblzo2-dev liblz4-dev lzma-dev zlib1g-dev - - binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 - - gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 - - mingw-w64-x86-64-dev mingw-w64-common - script: - - ./mkwinbins.sh -- cgit v1.2.3