mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
travis: mkdir , not make and cache the cccahe
This commit is contained in:
parent
e913ca0ca6
commit
ae75e3ee61
1 changed files with 5 additions and 1 deletions
|
@ -20,10 +20,14 @@ before_install:
|
|||
- cmake --version
|
||||
|
||||
before_script:
|
||||
- make cache
|
||||
- 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
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ccache
|
||||
- cache
|
||||
|
|
Loading…
Reference in a new issue