Skip to content

Commit

Permalink
Trying 'IPHONEOS_DEPLOYMENT_TARGET' flag to xcodebuild instead of '-s…
Browse files Browse the repository at this point in the history
…dk' for legacy build (Issue #47)
  • Loading branch information
abbeycode committed Jul 11, 2017
1 parent 4639f1b commit c52e325
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 @@ -24,7 +24,7 @@ matrix:
env: Name=iOS

# The CLANG arguments and find command fail the build on analyzer errors
- script: xcodebuild -workspace UnzipKit.xcworkspace -scheme UnzipKit-iOS -sdk iphonesimulator8.4 -destination 'platform=iOS Simulator,name=iPhone 5s,OS=latest' -configuration Release analyze test ENABLE_NS_ASSERTIONS=1 CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer-output && [[ -z `find analyzer-output -name "*.html"` ]]
- script: xcodebuild -workspace UnzipKit.xcworkspace -scheme UnzipKit-iOS -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -configuration Release analyze test IPHONEOS_DEPLOYMENT_TARGET=8.4 ENABLE_NS_ASSERTIONS=1 CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer-output && [[ -z `find analyzer-output -name "*.html"` ]]
env: Name=iOS (Legacy)
osx_image: xcode6.4

Expand Down

0 comments on commit c52e325

Please sign in to comment.