disable travis mingw jobs for now
The mxe package server is dead, disable mingw jobs because they fail without it pending some workaround.
This commit is contained in:
parent
edf2c0c461
commit
a91f066493
56
.travis.yml
56
.travis.yml
|
@ -19,34 +19,34 @@ matrix:
|
|||
cache:
|
||||
directories:
|
||||
- "$HOME/.ccache"
|
||||
- env: BUILD_ENV=mingw-w64
|
||||
language: cpp
|
||||
os: linux
|
||||
dist: trusty
|
||||
before_script:
|
||||
- ./installdeps MinGW-w64-x86_64
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- /usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-cmake ..
|
||||
- make -j2
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.ccache"
|
||||
- env: BUILD_ENV=mingw-w32
|
||||
language: cpp
|
||||
os: linux
|
||||
dist: trusty
|
||||
before_script:
|
||||
- ./installdeps MinGW-w64-i686
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- /usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake ..
|
||||
- make -j2
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.ccache"
|
||||
# - env: BUILD_ENV=mingw-w64
|
||||
# language: cpp
|
||||
# os: linux
|
||||
# dist: trusty
|
||||
# before_script:
|
||||
# - ./installdeps MinGW-w64-x86_64
|
||||
# script:
|
||||
# - mkdir build
|
||||
# - cd build
|
||||
# - /usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-cmake ..
|
||||
# - make -j2
|
||||
# cache:
|
||||
# directories:
|
||||
# - "$HOME/.ccache"
|
||||
# - env: BUILD_ENV=mingw-w32
|
||||
# language: cpp
|
||||
# os: linux
|
||||
# dist: trusty
|
||||
# before_script:
|
||||
# - ./installdeps MinGW-w64-i686
|
||||
# script:
|
||||
# - mkdir build
|
||||
# - cd build
|
||||
# - /usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake ..
|
||||
# - make -j2
|
||||
# cache:
|
||||
# directories:
|
||||
# - "$HOME/.ccache"
|
||||
- env: BUILD_ENV=libretro
|
||||
language: cpp
|
||||
os: linux
|
||||
|
|
Loading…
Reference in New Issue