Faster Homebrew

This commit is contained in:
Chris Esposito 2021-10-28 11:56:15 +11:00 committed by GitHub
parent 12b4700649
commit 6bece5bd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -26,6 +26,12 @@ matrix:
- os: osx
osx_image: xcode12.5
compiler: clang
addons:
homebrew:
packages:
- qt5
- libomp
- fftw
before_install:
@ -40,10 +46,7 @@ install:
- |
# OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install qt5
brew link qt5 --force
brew install libomp
brew install fftw
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get -y install qt512base