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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue