mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-18 02:34:57 +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/
|
||||
language: cpp
|
||||
|
||||
sudo: false
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
@ -14,9 +16,11 @@ matrix:
|
|||
# only:
|
||||
# - master
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq # UPDATE REPOS
|
||||
- sudo apt-get install -y -qq libopenal-dev libsdl2-dev
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libopenal-dev
|
||||
- libsdl2-dev
|
||||
|
||||
script:
|
||||
# ALL THE BUILD COMMANDS HERE
|
||||
|
|
Loading…
Add table
Reference in a new issue