1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Install libsdl2 for travis

This commit is contained in:
Valentin Ochs 2017-01-14 12:20:29 +01:00
parent 95e2d2f8d9
commit 0f4c1208ba

View file

@ -6,10 +6,8 @@ compiler:
- clang - clang
matrix: matrix:
#include: include:
# - compiler: gcc - compiler: gcc
# - compiler: clang
allow_failures:
- compiler: clang - compiler: clang
#branches: #branches:
@ -18,7 +16,7 @@ matrix:
before_install: before_install:
- sudo apt-get update -qq # UPDATE REPOS - sudo apt-get update -qq # UPDATE REPOS
- sudo apt-get install -y -qq libopenal-dev - sudo apt-get install -y -qq libopenal-dev libsdl2-dev
script: script:
# ALL THE BUILD COMMANDS HERE # ALL THE BUILD COMMANDS HERE