CI: Use Travis Homebrew addons instead install script

This commit is contained in:
redtide 2020-09-27 19:03:16 +02:00
parent b65583774f
commit 0717c2b15d
2 changed files with 7 additions and 6 deletions

View file

@ -46,6 +46,13 @@ jobs:
- name: "macOS"
stage: "Build"
os: osx
addons:
homebrew:
packages:
- cmake
- libsndfile
- jack
- dylibbundler
env:
- INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-${TRAVIS_OS_NAME}-${TRAVIS_CPU_ARCH}"
install: .travis/install_osx.sh

View file

@ -3,9 +3,3 @@
set -ex
sudo ln -s /usr/local /opt/local
brew cask uninstall --force java
brew update
brew upgrade cmake
brew install python || brew link --overwrite python
brew install jack
brew install dylibbundler