mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
travis: premake the cache folder
This commit is contained in:
parent
6d26a60cbe
commit
e9048aec48
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ addons:
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir cache
|
- mkdir $HOME/srb2_cache
|
||||||
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O $HOME/srb2_cache/SRB2-v2114-Installer.exe
|
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O $HOME/srb2_cache/SRB2-v2114-Installer.exe
|
||||||
- 7z x $HOME/srb2_cache/SRB2-v2114-Installer.exe -oassets
|
- 7z x $HOME/srb2_cache/SRB2-v2114-Installer.exe -oassets
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
Loading…
Reference in a new issue