Skip to content

Commit

Permalink
Added travis_wait to Mac build call to capture unit test output
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Oct 6, 2017
1 parent af3b242 commit 016f5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- stage: Test
env: Name=Mac
# The CLANG arguments and find command fail the build on analyzer errors
script: xcodebuild -workspace UnrarKit.xcworkspace -scheme UnrarKit -sdk macosx -configuration Release analyze test CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer-output && [[ -z `find analyzer-output -name "*.html"` ]]
script: travis_wait 30 xcodebuild -workspace UnrarKit.xcworkspace -scheme UnrarKit -sdk macosx -configuration Release analyze test CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer-output && [[ -z `find analyzer-output -name "*.html"` ]]

- stage: Test
env: Name=iOS
Expand Down

0 comments on commit 016f5d3

Please sign in to comment.