File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11language : swift
2- osx_image : xcode10.2
2+ osx_image : xcode11.3
33
44cache :
55 directories :
@@ -14,16 +14,15 @@ jobs:
1414 include :
1515 - stage : " Xcode"
1616 name : " Run tests on iOS"
17- script : xcrun xcodebuild test -destination "platform=iOS Simulator,OS=12.2 ,name=iPhone X " -workspace "Bond.xcworkspace" -scheme "Bond-iOS"
17+ script : xcrun xcodebuild test -destination "platform=iOS Simulator,OS=13.3 ,name=iPhone 11 " -workspace "Bond.xcworkspace" -scheme "Bond-iOS"
1818 after_success : ' bash <(curl -s https://codecov.io/bash)'
1919 -
2020 name : " Build for macOS"
2121 script : xcrun xcodebuild build -destination "platform=macOS" -workspace "Bond.xcworkspace" -scheme "Bond-macOS"
2222 -
2323 name : " Build for tvOS"
24- script : xcrun xcodebuild build -destination "platform=tvOS Simulator,OS=12.2 ,name=Apple TV 4K" -workspace "Bond.xcworkspace" -scheme "Bond-tvOS"
24+ script : xcrun xcodebuild build -destination "platform=tvOS Simulator,OS=13.3 ,name=Apple TV 4K" -workspace "Bond.xcworkspace" -scheme "Bond-tvOS"
2525
2626 - stage : " Swift Package Manager"
2727 name : " Run Tests"
28- script : swift test
29-
28+ script : swift test --enable-test-discovery
You can’t perform that action at this time.
0 commit comments