mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
install sdl/openal on osx
This commit is contained in:
parent
267e2b5696
commit
648b7acfaa
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ addons:
|
|||
- libopenal-dev
|
||||
- libsdl-dev
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl openal-soft; fi
|
||||
|
||||
script:
|
||||
# ALL THE BUILD COMMANDS HERE
|
||||
- export CMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH;/usr/lib/x86_64-linux-gnu/"
|
||||
|
|
Loading…
Reference in a new issue