Commit ff600641 authored by Jason Madden's avatar Jason Madden

Try the homebrew addon. Might be faster?

parent bea2e5d3
...@@ -13,7 +13,10 @@ os: ...@@ -13,7 +13,10 @@ os:
- linux - linux
- osx - osx
osx_image: xcode11.4 osx_image: xcode11.4
addons:
homebrew:
packages:
- ccache
env: env:
global: global:
...@@ -95,7 +98,6 @@ before_install: ...@@ -95,7 +98,6 @@ before_install:
- echo Running in stage $TRAVIS_BUILD_STAGE_NAME - echo Running in stage $TRAVIS_BUILD_STAGE_NAME
- | - |
if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_BUILD_STAGE_NAME" != "test" ]]; then if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_BUILD_STAGE_NAME" != "test" ]]; then
brew install ccache
export PATH="/usr/local/opt/ccache/libexec:$PATH" export PATH="/usr/local/opt/ccache/libexec:$PATH"
export CFLAGS="$CFLAGS -Wno-parentheses-equality" export CFLAGS="$CFLAGS -Wno-parentheses-equality"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment