travis: use SRB2-v2114-assets.7z

This commit is contained in:
Alam Ed Arias 2016-02-26 01:39:08 -05:00
parent 8a369d969b
commit 9b55244dc3
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ addons:
before_script:
- mkdir $HOME/srb2_cache
- 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
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-assets.7z -c -O $HOME/srb2_cache/SRB2-v2114-assets.7z
- 7z x $HOME/srb2_cache/SRB2-v2114-assets.7z -oassets
- mkdir build
- cd build
- cmake ..