Alibek Omarov
6 years ago
4 changed files with 12 additions and 11 deletions
@ -1,6 +1,10 @@ |
|||||||
|
# python 2.7 cp65001 support |
||||||
|
python -m pip install -U pip |
||||||
|
pip install win-unicode-console |
||||||
|
|
||||||
# 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 |
cd $TRAVIS_BUILD_DIR |
||||||
|
Loading…
Reference in new issue