TravisCI: build with sdl2 support on mac

This commit is contained in:
derselbst 2019-03-25 21:09:22 +01:00
parent 598ec01ce1
commit 984f5dd091

View file

@ -58,7 +58,7 @@ matrix:
before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update; else brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glib gettext libsndfile jack dbus-glib pulseaudio portaudio; fi # && brew link gettext
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glib gettext libsndfile jack dbus-glib pulseaudio portaudio sdl2; fi # && brew link gettext
- eval "${MATRIX_EVAL}"
before_script: