Merge pull request #2595 from tresf/master

Apple Travis-CI enhancments
This commit is contained in:
Tres Finocchiaro
2016-02-22 13:01:13 -05:00

View File

@@ -1 +1,9 @@
brew install qt libsndfile fftw libvorbis libogg jack sdl libsamplerate stk fluid-synth portaudio fltk
brew reinstall cmake pkgconfig qt fftw libogg libvorbis libsndfile libsamplerate jack sdl stk fluid-synth portaudio node
sudo npm install -g appdmg
# Workaround per Homebrew bug #44806
brew reinstall fltk
if [ $? -ne 0 ]; then
echo "Warning: fltk installation failed, trying workaround..."
brew reinstall --devel https://raw.githubusercontent.com/dpo/homebrew/ec46018128dde5bf466b013a6c7086d0880930a3/Library/Formula/fltk.rb
fi