Skip to content

Commit 0fb3bbd

Browse files
committed
Add test environment xcode 11.2.1 on CI
1 parent 240e52b commit 0fb3bbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
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
@@ -24,7 +26,7 @@ jobs:
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()

0 commit comments

Comments
 (0)