parameters on separate lines

This commit is contained in:
Antoine Cœur
2017-09-21 15:59:34 +08:00
committed by GitHub
parent a29b765b4b
commit 76c8d2aeee

View File

@@ -8,7 +8,7 @@ matrix:
env: DESTINATION="iPhone X (11.0)" # oldest/newest for iOS 11.x
- osx_image: xcode9
env: DESTINATION="iPhone 8 Plus (10.3.1)" # latest for iOS 10.x
env: DESTINATION="iPhone 7 Plus (10.3.1)" # latest for iOS 10.x
- osx_image: xcode8.3
env: DESTINATION="iPhone 5 (10.0)" # oldest for iOS 10.x
@@ -35,7 +35,8 @@ script:
# Testing
- xcodebuild
`` -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace
`` -scheme ObjectiveCExample -sdk iphonesimulator
`` -scheme ObjectiveCExample
`` -sdk iphonesimulator
`` -destination "id=$DESTINATION_UDID"
`` -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES
`` test