2019-03-29 05:56:11 +03:00
|
|
|
# python 2.7 cp65001 support
|
|
|
|
python -m pip install -U pip
|
|
|
|
pip install win-unicode-console
|
|
|
|
|
2019-03-29 05:39:41 +03:00
|
|
|
# SDL2 for VC prebuilt
|
|
|
|
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
|
2019-03-29 05:56:11 +03:00
|
|
|
unzip SDL2.zip
|
2019-03-29 05:39:41 +03:00
|
|
|
mv SDL2-$SDL_VERSION SDL2_VC
|
|
|
|
|
|
|
|
cd $TRAVIS_BUILD_DIR
|