mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Fix building sdl2 branch on travis-ci
Install libsdl2-dev from a PPA.
This commit is contained in:
parent
76e49b668e
commit
1ec9f8d1a8
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@ compiler:
|
|||
script: ./travis-ci-build.sh
|
||||
|
||||
before_install:
|
||||
- echo "yes" | sudo apt-add-repository ppa:zoogie/sdl2-snapshots
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get remove -qq -y mingw32
|
||||
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||
- sudo apt-get install -q -y libgl1-mesa-dev libsdl2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue