]> 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@libjpeg-turbo.org>
Wed, 23 Jan 2019 17:08:18 +0000 (11:08 -0600)
.travis.yml

index 096b6e5f2124f722136de3d4b78c86b0e5e211ce..45201b79475084f364dcf872da052ed7924b1a23 100644 (file)
@@ -41,10 +41,13 @@ matrix:
       compiler: gcc
       env: CONFIGURE_FLAGS="--without-simd"
 
+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;