mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-25 03:41:02 +00:00
travis: add verbose and server-response to wget
This commit is contained in:
parent
9b55244dc3
commit
41f8b25c36
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ compiler:
|
|||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/srb2_cache
|
||||
- $HOME/srb2_cache
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
@ -24,7 +24,7 @@ addons:
|
|||
|
||||
before_script:
|
||||
- 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
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
|
Loading…
Reference in a new issue