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
Branches
No related tags found
No related merge requests found
...@@ -37,4 +37,8 @@ before_script: ...@@ -37,4 +37,8 @@ before_script:
- cd build - cd build
- cmake .. - 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 script: make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment