2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-04 17:42:22 +01:00
xash3d-fwgs/scripts/travis_windows_deps.sh
Gleb Mazovetskiy b40344f1f0 travis: unzip quietly
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)
2020-12-28 13:09:01 +03:00

5 lines
144 B
Bash

# SDL2 for VC prebuilt
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
unzip -q SDL2.zip
mv SDL2-$SDL_VERSION SDL2_VC