From: Stephen Date: Wed, 2 Jan 2019 03:36:03 +0000 (-0800) Subject: Travis: Use Homebrew addon to improve performance X-Git-Tag: 2.0.2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bc8eb6449a32f452ab3fc9f94af672a0af13f81;p=libjpeg-turbo Travis: Use Homebrew addon to improve performance --- 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;