1
0
Fork 0
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:
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/ # 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