Add mac support to travis config.

This commit is contained in:
Tom Finegan 2017-09-07 12:14:33 -07:00
parent 577c7aa8c5
commit 2f449dea0b

View File

@ -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