mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-10 04:48:57 +08:00
Fix osx build failures on Travis.
This commit is contained in:
parent
61dda163ac
commit
ed0b9c3102
@ -21,6 +21,7 @@ addons:
|
||||
- cmake
|
||||
|
||||
before_install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew update; fi
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install ccache; fi
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user