travis: add SRB2 2.1.14 files

This commit is contained in:
Alam Ed Arias 2016-02-05 20:50:35 -05:00
parent 0bd16a5a0c
commit 5e5c73fe18
1 changed files with 10 additions and 4 deletions

View File

@ -7,19 +7,25 @@ compiler:
addons:
apt:
sources:
- george-edison55-precise-backports
packages:
- cmake
- cmake-data
- libsdl2-mixer-dev
- libpng-dev
- libgl1-mesa-dev
- p7zip
before_install:
- cmake --version
before_script:
- curl http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -o cache/SRB2-v2114-Installer.exe
- 7z x cache/SRB2-v2114-Installer.exe -o assets
- mkdir build
- cd build
- cmake ..
install: false
cache:
- ccache
directories:
- cache