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: addons:
apt: apt:
sources:
- george-edison55-precise-backports
packages: packages:
- cmake
- cmake-data
- libsdl2-mixer-dev - libsdl2-mixer-dev
- libpng-dev - libpng-dev
- libgl1-mesa-dev - libgl1-mesa-dev
- p7zip
before_install: before_install:
- cmake --version - cmake --version
before_script: 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 - mkdir build
- cd build - cd build
- cmake .. - cmake ..
install: false
cache:
- ccache
directories:
- cache