mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +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:
|
before_script:
|
||||||
- mkdir cache
|
- mkdir cache
|
||||||
- wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O cache/SRB2-v2114-Installer.exe
|
- 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
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
|
Loading…
Reference in a new issue