mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
travis: no space on 7z command
This commit is contained in:
parent
ae75e3ee61
commit
a979e37586
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ before_install:
|
|||
before_script:
|
||||
- mkdir cache
|
||||
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O cache/SRB2-v2114-Installer.exe
|
||||
- 7z x cache/SRB2-v2114-Installer.exe -o assets
|
||||
- 7z x cache/SRB2-v2114-Installer.exe -oassets
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
|
Loading…
Reference in a new issue