Skip to content

Commit

Permalink
[TRAVIS] Added osx again to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Oct 5, 2018
1 parent 55996a3 commit f6d60a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ matrix:
- cmake
- g++-6

- env: MYCC="clang" MYCXX="clang++" STDLIB=libc++
os: osx

install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH" ; fi

before_script:
- export CXX=$MYCXX
- export CC=$MYCC
Expand Down

0 comments on commit f6d60a2

Please sign in to comment.