mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 02:39:03 +08:00
Merge pull request #234 from google/fix_travis_osx
Fix osx build failures on Travis.
This commit is contained in:
commit
e25ed44d80
@ -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