Fix Travis OSX build.
This commit is contained in:
parent
5cc036a78a
commit
39e1ce0c17
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
|||
sudo sh cmake-3.13.0-Linux-x86_64.sh --skip-license --prefix=/usr/local
|
||||
export PATH="/usr/local/bin:$PATH" # FIXME
|
||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
sudo ln -s /usr/local /opt/local
|
||||
brew update
|
||||
brew upgrade cmake
|
||||
brew install libsndfile
|
||||
brew install jack libsndfile
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue