Skip to content
Snippets Groups Projects
Commit 73dd5cd8 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis-ci: add brew packages

parent 0953c943
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,8 @@ before_script:
- cd build
- cmake ..
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2_mixer libsdl game-music-emu p7zip ; fi
script: make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment