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 @@
@@ -1,4 +1,4 @@
|
||||
# SDL2 sources. We will build our own version |
||||
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 |
||||
|
Loading…
Reference in new issue