Skip to content

Commit

Permalink
Merge pull request Quick#483 from mokagio/mokagio/update-xctool-ci-setup
Browse files Browse the repository at this point in the history
Enable xctool for OS X target in CI
  • Loading branch information
modocache committed Feb 14, 2016
2 parents 2f03756 + 8fe0b3d commit 07a5e87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
11 changes: 2 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,14 @@ checkout:

dependencies:
pre:
# There is a bug in a formula resulting in update failing if run once, but not the second time
# See https://github.com/Homebrew/homebrew/issues/45616
- brew update || brew update
- brew update
- brew outdated xctool || brew upgrade xctool

test:
override:
- rake test:ios
- rake test:osx
- rake test:xctool:ios
# Due to the `pending` specs using a `print` xctool fails generating the report,
# which in turn makes the tests fail.
# See https://github.com/facebook/xctool/issues/314#issuecomment-152988101 and comments
# for details.
# See https://circleci.com/gh/mokagio/Quick/12 for a proof that without `print` the test pass.
# - rake test:xctool_osx
- rake test:xctool:osx


4 changes: 1 addition & 3 deletions script/travis-install-osx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ set -e

git submodule update --init --recursive

# There is a bug in a formula resulting in update failing if run once, but not the second time
# See https://github.com/Homebrew/homebrew/issues/45616
brew update || brew update
brew update
brew outdated xctool || brew upgrade xctool
8 changes: 1 addition & 7 deletions script/travis-script-osx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@
rake test:ios
rake test:osx
rake test:xctool:ios

# Due to the `pending` specs using a `print` xctool fails generating the report,
# which in turn makes the tests fail.
# See https://github.com/facebook/xctool/issues/314#issuecomment-152988101 and comments
# for details.
# See https://circleci.com/gh/mokagio/Quick/12 for a proof that without `print` the test pass.
#rake test:xctool:osx
rake test:xctool:osx

0 comments on commit 07a5e87

Please sign in to comment.