mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
travis: do not error on making cache folder, if it already restored from cache
This commit is contained in:
parent
e2b3adc04f
commit
c7b18207f5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ addons:
|
|||
- p7zip-full
|
||||
|
||||
before_script:
|
||||
- mkdir $HOME/srb2_cache
|
||||
- mkdir -p $HOME/srb2_cache
|
||||
- wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2114-assets.7z -O $HOME/srb2_cache/SRB2-v2114-assets.7z
|
||||
- 7z x $HOME/srb2_cache/SRB2-v2114-assets.7z -oassets
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue