Install ccache on MacOs
Note that brew update must be run before any brew install command or it will fail, see https://github.com/travis-ci/travis-ci/issues/8552.
This commit is contained in:
parent
ade97dcd95
commit
727653695d
10
.travis.yml
10
.travis.yml
@ -45,9 +45,19 @@ matrix:
|
||||
|
||||
# OSX build
|
||||
- os: osx
|
||||
before_install:
|
||||
- brew update
|
||||
install:
|
||||
- brew install ccache
|
||||
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
env:
|
||||
- CMAKECMD_ARGS="-DBUILD_OSG_EXAMPLES=OFF -DBUILD_OSG_PLUGINS_BY_DEFAULT=ON -DBUILD_OSG_APPLICATIONS=ON"
|
||||
- os: osx
|
||||
before_install:
|
||||
- brew update
|
||||
install:
|
||||
- brew install ccache
|
||||
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
env:
|
||||
- CMAKECMD_ARGS="-DBUILD_OSG_EXAMPLES=ON -DBUILD_OSG_PLUGINS_BY_DEFAULT=OFF -DBUILD_OSG_APPLICATIONS=OFF"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user