mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
travis: use wget and create cache folder
This commit is contained in:
parent
59d111b17d
commit
e913ca0ca6
1 changed files with 3 additions and 2 deletions
|
@ -14,13 +14,14 @@ addons:
|
||||||
- libpng-dev
|
- libpng-dev
|
||||||
- libgl1-mesa-dev
|
- libgl1-mesa-dev
|
||||||
- libgme-dev
|
- libgme-dev
|
||||||
- p7zip
|
- p7zip-full
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- cmake --version
|
- cmake --version
|
||||||
|
|
||||||
before_script:
|
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
|
- 7z x cache/SRB2-v2114-Installer.exe -o assets
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Reference in a new issue