Skip to content

Commit

Permalink
Travis CI: add support for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
bitressi committed Jul 7, 2019
1 parent 46dcaa0 commit d26ee5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -71,6 +71,18 @@ matrix:
env:
- BUILD_TYPE=Release

# OSX
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- BUILD_TYPE=Debug
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- BUILD_TYPE=Release

script:
- |
set -us
Expand Down

0 comments on commit d26ee5a

Please sign in to comment.