File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 maxParallel : 10
1010 matrix :
11- swift420 :
12- containerImage : norionomura/swift:42
13- swift421 :
14- containerImage : norionomura/swift:421
11+ swift500 :
12+ containerImage : apple/swift:5
1513 container : $[ variables['containerImage'] ]
1614 steps :
1715 - script : swift test --parallel
1816 displayName : swift test
1917
2018- job : Xcode
2119 pool :
22- vmImage : ' macOS 10.13 '
20+ vmImage : ' macOS 10.14 '
2321 strategy :
2422 maxParallel : 10
2523 matrix :
26- xcode10 :
27- DEVELOPER_DIR : /Applications/Xcode_10.app
28- xcode101 :
29- DEVELOPER_DIR : /Applications/Xcode_10.1.app
24+ xcode102 :
25+ DEVELOPER_DIR : /Applications/Xcode_10.2.app
3026 steps :
3127 - script : swift package generate-xcodeproj
3228 displayName : Generate Xcode project file
@@ -45,14 +41,12 @@ jobs:
4541
4642- job : SwiftPM
4743 pool :
48- vmImage : ' macOS 10.13 '
44+ vmImage : ' macOS 10.14 '
4945 strategy :
5046 maxParallel : 10
5147 matrix :
52- xcode10 :
53- DEVELOPER_DIR : /Applications/Xcode_10.app
5448 xcode101 :
55- DEVELOPER_DIR : /Applications/Xcode_10.1 .app
49+ DEVELOPER_DIR : /Applications/Xcode_10.2 .app
5650 steps :
5751 - script : xcodebuild -version
5852 displayName : xcodebuild -version
You can’t perform that action at this time.
0 commit comments