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

travis: add verbose and server-response to wget

parent 9b55244d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ compiler: ...@@ -11,7 +11,7 @@ compiler:
cache: cache:
directories: directories:
- $HOME/srb2_cache - $HOME/srb2_cache
addons: addons:
apt: apt:
...@@ -24,7 +24,7 @@ addons: ...@@ -24,7 +24,7 @@ addons:
before_script: before_script:
- mkdir $HOME/srb2_cache - mkdir $HOME/srb2_cache
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-assets.7z -c -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
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment