2016-02-06 00:30:03 +00:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
2016-02-05 23:39:06 +00:00
|
|
|
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
2016-02-05 23:50:02 +00:00
|
|
|
- libsdl2-mixer-dev
|
2016-02-05 23:39:06 +00:00
|
|
|
- libpng-dev
|
2016-02-06 00:26:59 +00:00
|
|
|
- libgl1-mesa-dev
|
2016-02-06 02:00:46 +00:00
|
|
|
- libgme-dev
|
2016-02-06 01:50:35 +00:00
|
|
|
- p7zip
|
2016-02-05 23:39:06 +00:00
|
|
|
|
|
|
|
before_install:
|
|
|
|
- cmake --version
|
|
|
|
|
|
|
|
before_script:
|
2016-02-06 01:50:35 +00:00
|
|
|
- curl http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -o cache/SRB2-v2114-Installer.exe
|
|
|
|
- 7z x cache/SRB2-v2114-Installer.exe -o assets
|
2016-02-05 23:39:06 +00:00
|
|
|
- mkdir build
|
|
|
|
- cd build
|
|
|
|
- cmake ..
|
2016-02-06 01:50:35 +00:00
|
|
|
|
|
|
|
install: false
|
|
|
|
|
|
|
|
cache:
|
|
|
|
- ccache
|
|
|
|
directories:
|
|
|
|
- cache
|