diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-25 15:21:58 +0100 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-25 15:21:58 +0100 | 
| commit | 74eb6af01e2581b18f5faedb9feef35c071ff2e6 (patch) | |
| tree | 8f1d59a96dd782a8f8b956aab93097e1240ac474 | |
| parent | 4224e3c01b6fa6e263908cfeaa83e0d2df616bde (diff) | |
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 <david.oberhollenzer@sigma-star.at>
| -rw-r--r-- | .travis.yml | 16 | 
1 files changed, 0 insertions, 16 deletions
| 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 | 
