travis: move mingw engine build to standalone VM

This commit is contained in:
Alibek Omarov
2019-03-30 01:29:40 +03:00
parent ca3913cd88
commit f9f96552b7
4 changed files with 25 additions and 16 deletions
-4
View File
@@ -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
+3
View File
@@ -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
-3
View File
@@ -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