Skip to content

Commit

Permalink
Add OSX Travis CI integration for clang/gcc
Browse files Browse the repository at this point in the history
Don't screw up the Travis CI OSX machines (seems that the pool is
limited), so only run test.sh on Linux for now until the kinks have been
worked out with OSX at runtime (see issue pjd#13 for more details).
  • Loading branch information
ngie-eign committed Apr 5, 2017
1 parent 93004fa commit 4497fcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ matrix:
- os: linux
compiler: gcc
dist: xenial
- os: osx
compiler: clang
- os: osx
compiler: gcc

script:
- ./travis/build.sh
Expand Down
2 changes: 2 additions & 0 deletions travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ case "$(uname)" in
Darwin)
sw_vers -productVersion
mount
# FIXME: OSX has test issues that need to be addressed per Issue #13.
exit 0
;;
FreeBSD)
mount -p
Expand Down

0 comments on commit 4497fcf

Please sign in to comment.