mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue