Browse Source
Helps avoid the following error message: > The job exceeded the maximum log length, and has been terminated. (e.g. https://travis-ci.org/github/FWGS/xash3d-fwgs/jobs/751744736)pull/2/head
Gleb Mazovetskiy
4 years ago
committed by
Alibek Omarov
3 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||||
# SDL2 sources. We will build our own version |
# SDL2 sources. We will build our own version |
||||||
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip |
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip |
||||||
unzip -x SDL2.zip |
unzip -q SDL2.zip |
||||||
mv SDL2-$SDL_VERSION SDL2_src |
mv SDL2-$SDL_VERSION SDL2_src |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
# 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 -q SDL2.zip |
||||||
mv SDL2-$SDL_VERSION SDL2_VC |
mv SDL2-$SDL_VERSION SDL2_VC |
||||||
|
Loading…
Reference in new issue