File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ script:
11
11
- xcodebuild test -project When.xcodeproj -scheme "When-macOS" -sdk macosx | xcpretty
12
12
- xcodebuild clean build -project When.xcodeproj -scheme "When-iOS" -sdk iphonesimulator | xcpretty
13
13
- xcodebuild test -project When.xcodeproj -scheme "When-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.2' | xcpretty
14
- - xcodebuild clean build -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p ,OS=12.2' | xcpretty
15
- - xcodebuild test -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p ,OS=12.2' | xcpretty && exit ${PIPESTATUS[0]}
14
+ - xcodebuild clean build -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' | xcpretty
15
+ - xcodebuild test -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' | xcpretty && exit ${PIPESTATUS[0]}
16
16
17
17
notifications :
18
18
email : false
You can’t perform that action at this time.
0 commit comments