mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +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
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue