]> granicus.if.org Git - libjpeg-turbo/commitdiff
Travis: Use Homebrew addon to improve performance
authorStephen <stephengroat@users.noreply.github.com>
Wed, 2 Jan 2019 03:36:03 +0000 (19:36 -0800)
committerDRC <information@virtualgl.org>
Wed, 2 Jan 2019 03:36:03 +0000 (21:36 -0600)
.travis.yml

index dc27ebf7b4a2a6dc0f73ea0c7d765d6f4939abd4..25389549f7530ee81d879229588599485a389baf 100644 (file)
@@ -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;