mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-08 17:42:05 +00:00
Changes for container-based infrastructure
This commit is contained in:
parent
0f4c1208ba
commit
23e3904f24
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,6 +1,8 @@
|
||||||
# http://docs.travis-ci.com/user/build-configuration/
|
# http://docs.travis-ci.com/user/build-configuration/
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
@ -14,9 +16,11 @@ matrix:
|
||||||
# only:
|
# only:
|
||||||
# - master
|
# - master
|
||||||
|
|
||||||
before_install:
|
addons:
|
||||||
- sudo apt-get update -qq # UPDATE REPOS
|
apt:
|
||||||
- sudo apt-get install -y -qq libopenal-dev libsdl2-dev
|
packages:
|
||||||
|
- libopenal-dev
|
||||||
|
- libsdl2-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# ALL THE BUILD COMMANDS HERE
|
# ALL THE BUILD COMMANDS HERE
|
||||||
|
|
Loading…
Add table
Reference in a new issue