1
0
Fork 0
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:
Valentin Ochs 2017-01-14 12:23:08 +01:00
parent 0f4c1208ba
commit 23e3904f24

View file

@ -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