Install additional packages for MacOS CI build

This commit is contained in:
derselbst 2019-08-08 20:21:13 +02:00
parent 6931a3446f
commit 3ab7e9e7ff

View file

@ -10,7 +10,7 @@ jobs:
steps:
- script: |
brew update
brew install glib gobject-introspection libsndfile pkg-config
brew install glib gobject-introspection libsndfile pkg-config jack dbus-glib pulseaudio portaudio sdl2
displayName: 'Prerequisites'
- script: |
mkdir build && cd build