travis: mkdir , not make and cache the cccahe

This commit is contained in:
Alam Ed Arias 2016-02-05 21:21:28 -05:00
parent e913ca0ca6
commit ae75e3ee61
1 changed files with 5 additions and 1 deletions

View File

@ -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