mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
travis: add SRB2 2.1.14 files
This commit is contained in:
parent
0bd16a5a0c
commit
5e5c73fe18
1 changed files with 10 additions and 4 deletions
14
.travis.yml
14
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue