TravisCI: build with sdl2 support on linux

This commit is contained in:
derselbst 2019-03-26 15:58:37 +01:00
parent 984f5dd091
commit 7b14cf4b07

View file

@ -19,6 +19,7 @@ addons:
- libpulse-dev
- libdbus-glib-1-dev
- ladspa-sdk
- libsdl2-dev
env:
- CMAKE_FLAGS="-Denable-profiling=1"
- CMAKE_FLAGS="-Denable-floats=1 -Denable-profiling=1"