File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 - stage : " Xcode"
88 name : " Run tests on macOS"
99 script : xcrun xcodebuild test -destination "platform=macOS" -project "Differ.xcodeproj" -scheme "Differ"
10+ after_success : ' bash <(curl -s https://codecov.io/bash)'
1011 -
1112 name : " Run tests on iOS"
1213 script : xcrun xcodebuild test -destination "platform=iOS Simulator,OS=12.2,name=iPhone X" -project "Differ.xcodeproj" -scheme "Differ"
14+ after_success : ' bash <(curl -s https://codecov.io/bash)'
1315 -
1416 name : " Run tests on tvOS"
1517 script : xcrun xcodebuild test -destination "platform=tvOS Simulator,OS=12.2,name=Apple TV 4K" -project "Differ.xcodeproj" -scheme "Differ"
18+ after_success : ' bash <(curl -s https://codecov.io/bash)'
1619 -
1720 name : " Build for watchOS"
1821 script : xcrun xcodebuild build -destination "platform=watchOS Simulator,OS=5.2,name=Apple Watch Series 4 - 44mm" -project "Differ.xcodeproj" -scheme "Differ"
2730 - stage : " CocoaPods"
2831 name : " Lint Podspec"
2932 script : pod lib lint
30-
31- after_success :
32- - ' bash <(curl -s https://codecov.io/bash)'
You can’t perform that action at this time.
0 commit comments