mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 23:29:03 +08:00
Add mac support to travis config.
This commit is contained in:
parent
577c7aa8c5
commit
2f449dea0b
@ -1,5 +1,8 @@
|
||||
os: linux
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
dist: trusty
|
||||
osx_image: xcode8.3
|
||||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
@ -14,6 +17,9 @@ addons:
|
||||
- ccache
|
||||
- cmake
|
||||
|
||||
before_install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install ccache; fi
|
||||
|
||||
script:
|
||||
# Output version info for compilers, cmake, and make
|
||||
- ${CC} -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user