mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
update travis
install libsndfile jack dbus-glib for macosx
This commit is contained in:
parent
16d7a42ce2
commit
dc1be114fd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ matrix:
|
|||
- os: osx
|
||||
osx_image: xcode8
|
||||
env:
|
||||
- MATRIX_EVAL="brew install gcc glib && CC=gcc-7 && CXX=g++-7"
|
||||
- MATRIX_EVAL="brew install gcc glib libsndfile jack dbus-glib && CC=gcc-7 && CXX=g++-7"
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
|
Loading…
Reference in a new issue