mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 09:29:01 +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
|
dist: trusty
|
||||||
|
osx_image: xcode8.3
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
@ -14,6 +17,9 @@ addons:
|
|||||||
- ccache
|
- ccache
|
||||||
- cmake
|
- cmake
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install ccache; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Output version info for compilers, cmake, and make
|
# Output version info for compilers, cmake, and make
|
||||||
- ${CC} -v
|
- ${CC} -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user