mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
scripts: travis: accept everything when installing python from choco
This commit is contained in:
parent
d7ea40d850
commit
5436658ce7
@ -57,7 +57,7 @@ jobs:
|
|||||||
after_script:
|
after_script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
- sh scripts/yadisk_upload.sh xash3d-osx.tar.bz2
|
- sh scripts/yadisk_upload.sh Xash3DFWGS-i386.AppImage xash3d-mingw.7z
|
||||||
- # ...
|
- # ...
|
||||||
name: "Build for OSX"
|
name: "Build for OSX"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# python 3.6
|
# python 3.6
|
||||||
choco install python3
|
choco install python3 -y
|
||||||
|
|
||||||
# SDL2 for VC prebuilt
|
# SDL2 for VC prebuilt
|
||||||
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
|
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
|
||||||
unzip SDL2.zip
|
unzip SDL2.zip
|
||||||
mv SDL2-$SDL_VERSION SDL2_VC
|
mv SDL2-$SDL_VERSION SDL2_VC
|
||||||
|
|
||||||
cd $TRAVIS_BUILD_DIR
|
|
||||||
|
Loading…
Reference in New Issue
Block a user