Skip to content

Commit

Permalink
Add [build-only] OS X Travis CI integration for clang/gcc
Browse files Browse the repository at this point in the history
Reasoning for build-only testing:
* The OS X machine pool is limited.
* There are bugs that need to be resolved with long pathnames, etc,
  which makes cleanup noisome.
* The test suite doesn't pass 100% on OS X.

See issue pjd#13 for more details.
  • Loading branch information
ngie-eign committed Apr 5, 2017
1 parent 93004fa commit b139b09
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 b139b09

Please sign in to comment.