File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 xcode10_2 :
1212 DEVELOPER_DIR : /Applications/Xcode_10.2.app
13+ xcode11_2_1 :
14+ DEVELOPER_DIR : /Applications/Xcode_11.2.1.app
1315 steps :
1416 - checkout : self
1517 submodules : true
2426 condition: succeededOrFailed()
2527 - script : |
2628 set -o pipefail &&
27- xcodebuild build-for-testing test-without-building -workspace DiffableDataSources.xcworkspace -scheme DiffableDataSources -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone Xs ' ENABLE_TESTABILITY=YES |
29+ xcodebuild build-for-testing test-without-building -workspace DiffableDataSources.xcworkspace -scheme DiffableDataSources -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8 ' ENABLE_TESTABILITY=YES |
2830 xcpretty -c -r junit -o build/reports/xcodebuild-iOS.xml
2931 displayName: xcodebuild test iOS
3032 condition: succeededOrFailed()
You can’t perform that action at this time.
0 commit comments