From 9bc8eb6449a32f452ab3fc9f94af672a0af13f81 Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 1 Jan 2019 19:36:03 -0800 Subject: [PATCH] Travis: Use Homebrew addon to improve performance --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc27ebf..2538954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,10 +52,13 @@ matrix: compiler: gcc env: CMAKE_FLAGS="-DWITH_SIMD=0" +addons: + homebrew: + brewfile: true + update: true + before_install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then - brew update && - brew bundle && ln -fs /usr/local/bin/gpg1 /usr/local/bin/gpg && git clone --depth=1 https://github.com/libjpeg-turbo/gas-preprocessor.git ~/src/gas-preprocessor && ln -fs /Applications/Xcode.app /Applications/Xcode72.app; -- 2.40.0