File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ version: 2
22jobs :
33 build-and-test :
44 macos :
5- xcode : " 10.3 .0"
5+ xcode : " 11.0 .0"
66 shell : /bin/bash --login -o pipefail
77 steps :
88 - checkout
99 - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-macOS" -sdk macosx clean
1010 - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-macOS" -sdk macosx -enableCodeCoverage YES test
1111 - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator clean
12- - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.0 ,name=iPhone X ' -enableCodeCoverage YES test
13- - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12 .0' clean
14- - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12 .0' -enableCodeCoverage YES test
12+ - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.1 ,name=iPhone 11 Pro ' -enableCodeCoverage YES test
13+ - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=13 .0' clean
14+ - run : xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=13 .0' -enableCodeCoverage YES test
1515
1616workflows :
1717 version : 2
You can’t perform that action at this time.
0 commit comments