Skip to content
Snippets Groups Projects
Commit e913ca0c authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis: use wget and create cache folder

parent 59d111b1
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,14 @@ addons:
- libpng-dev
- libgl1-mesa-dev
- libgme-dev
- p7zip
- p7zip-full
before_install:
- cmake --version
before_script:
- curl http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -o cache/SRB2-v2114-Installer.exe
- make cache
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O cache/SRB2-v2114-Installer.exe
- 7z x cache/SRB2-v2114-Installer.exe -o assets
- mkdir build
- cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment