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