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 d89be50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -71,6 +71,14 @@ matrix:
env:
- BUILD_TYPE=Release

# OSX
- os: osx
env:
- BUILD_TYPE=Debug
- os: osx
env:
- BUILD_TYPE=Release

script:
- |
set -us
Expand Down

0 comments on commit d89be50

Please sign in to comment.