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

travis: do not error on making cache folder, if it already restored from cache

parent e2b3adc0
Branches
Tags SRB2_release_2.1.11
No related merge requests found
...@@ -23,7 +23,7 @@ addons: ...@@ -23,7 +23,7 @@ addons:
- p7zip-full - p7zip-full
before_script: 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 - 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 - 7z x $HOME/srb2_cache/SRB2-v2114-assets.7z -oassets
- mkdir build - mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment