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:
parent
95e2d2f8d9
commit
0f4c1208ba
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue