mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
travis-ci: add brew packages
This commit is contained in:
parent
0953c9430b
commit
73dd5cd803
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue