Skip to content
Snippets Groups Projects
Commit 6d26a60c authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis: cache 7z SFX

parent 7c1f1d9c
No related branches found
No related tags found
No related merge requests found
language: c
sudo: required
dist: trusty
......@@ -10,6 +9,10 @@ compiler:
- gcc
- clang
cache:
directories:
- $HOME/srb2_cache
addons:
apt:
packages:
......@@ -19,20 +22,12 @@ addons:
- libgme-dev
- p7zip-full
before_install:
- cmake --version
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 -oassets
- 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
- mkdir build
- cd build
- cmake ..
script: make
cache:
directories:
- $HOME/.ccache
- cache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment