mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
travis: comment mingw build until it's not stable
This commit is contained in:
parent
00619d5795
commit
45b091028b
44
.travis.yml
44
.travis.yml
@ -48,27 +48,27 @@ jobs:
|
|||||||
after_script:
|
after_script:
|
||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
- sh scripts/yadisk_upload.sh Xash3DFWGS-i386.AppImage
|
- sh scripts/yadisk_upload.sh Xash3DFWGS-i386.AppImage
|
||||||
- # ...
|
# - # ...
|
||||||
name: "Build for Windows MinGW"
|
# name: "Build for Windows MinGW"
|
||||||
cache: ccache
|
# cache: ccache
|
||||||
os: linux
|
# os: linux
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
addons:
|
# addons:
|
||||||
apt:
|
# apt:
|
||||||
packages:
|
# packages:
|
||||||
- mingw-w64-i686-dev
|
# - mingw-w64-i686-dev
|
||||||
- binutils-mingw-w64-i686
|
# - binutils-mingw-w64-i686
|
||||||
- gcc-mingw-w64-i686
|
# - gcc-mingw-w64-i686
|
||||||
- g++-mingw-w64-i686
|
# - g++-mingw-w64-i686
|
||||||
- p7zip-full
|
# - p7zip-full
|
||||||
before_script:
|
# before_script:
|
||||||
- sh scripts/travis_common_deps.sh
|
# - sh scripts/travis_common_deps.sh
|
||||||
- sh scripts/travis_mingw_deps.sh
|
# - sh scripts/travis_mingw_deps.sh
|
||||||
script:
|
# script:
|
||||||
- sh scripts/build_mingw_engine.sh
|
# - sh scripts/build_mingw_engine.sh
|
||||||
after_script:
|
# after_script:
|
||||||
- ccache --show-stats
|
# - ccache --show-stats
|
||||||
- sh scripts/yadisk_upload.sh xash3d-mingw.7z
|
# - sh scripts/yadisk_upload.sh xash3d-mingw.7z
|
||||||
- # ...
|
- # ...
|
||||||
name: "Build for OSX"
|
name: "Build for OSX"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
@ -96,5 +96,5 @@ jobs:
|
|||||||
os: linux
|
os: linux
|
||||||
cache: false
|
cache: false
|
||||||
script:
|
script:
|
||||||
- sh scripts/travis-deploy.sh Xash3DFWGS-i386.AppImage xash3d-mingw.7z xash3d-osx.tar.bz2 xash3d-vc.7z xash3d-vc2008-sln.7z
|
- sh scripts/travis-deploy.sh Xash3DFWGS-i386.AppImage xash3d-osx.tar.bz2 xash3d-vc.7z xash3d-vc2008-sln.7z # xash3d-mingw.7z
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user