mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
travis: move mingw engine build to standalone VM
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
curl -s http://libsdl.org/release/SDL2-$SDL_VERSION.tar.gz | tar xzf -
|
||||
mv SDL2-$SDL_VERSION SDL2_src
|
||||
|
||||
# SDL2 for MinGW prebuilt
|
||||
curl -s http://libsdl.org/release/SDL2-devel-$SDL_VERSION-mingw.tar.gz | tar xzf -
|
||||
mv SDL2-$SDL_VERSION SDL2_mingw
|
||||
|
||||
# Android build deps
|
||||
# curl -s http://dl.google.com/android/android-sdk_r22.0.4-linux.tgz | tar xzf -
|
||||
# export ANDROID_HOME=$PWD/android-sdk-linux
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# SDL2 for MinGW prebuilt
|
||||
curl -s http://libsdl.org/release/SDL2-devel-$SDL_VERSION-mingw.tar.gz | tar xzf -
|
||||
mv SDL2-$SDL_VERSION SDL2_mingw
|
||||
@@ -1,6 +1,3 @@
|
||||
# python 3.6
|
||||
choco install python3 -y
|
||||
|
||||
# SDL2 for VC prebuilt
|
||||
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
|
||||
unzip SDL2.zip
|
||||
|
||||
Reference in New Issue
Block a user