1
1
language : swift
2
- osx_image : xcode11
2
+ osx_image : xcode11.3
3
3
4
4
env :
5
5
global :
@@ -31,7 +31,7 @@ script:
31
31
32
32
- echo Build example
33
33
- pod install --project-directory=Example
34
- - xcodebuild build -workspace Example/SDWebImageSwiftUI.xcworkspace -scheme SDWebImageSwiftUIDemo -destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
34
+ - xcodebuild build -workspace Example/SDWebImageSwiftUI.xcworkspace -scheme SDWebImageSwiftUIDemo -destination 'name=iPhone 11 Pro Max ' -configuration Debug | xcpretty -c
35
35
36
36
- carthage update --configuration Debug
37
37
- xcodebuild build -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUI' -sdk iphonesimulator -configuration Debug | xcpretty -c
@@ -41,14 +41,15 @@ script:
41
41
- mkdir DerivedData
42
42
43
43
- echo Run the tests
44
- - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests' -destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
44
+ - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests' -destination 'name=iPhone 11 Pro Max ' -configuration Debug | xcpretty -c
45
45
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/iOS
46
- - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests macOS' -destination 'platform=macOS,arch=x86_64' -configuration Debug | xcpretty -c
47
- - mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/macOS
46
+ # Catalina
47
+ # - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests macOS' -destination 'platform=macOS,arch=x86_64' -configuration Debug | xcpretty -c
48
+ # - mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/macOS
48
49
- xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests tvOS' -destination 'platform=tvOS Simulator,name=Apple TV' -configuration Debug | xcpretty -c
49
50
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/tvOS
50
51
51
52
after_success :
52
- - bash <(curl -s https://codecov.io/bash) -D './DerivedData/macOS' -J '^SDWebImage $' -F macos
53
- - bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImage $' -F ios
54
- - bash <(curl -s https://codecov.io/bash) -D './DerivedData/tvOS' -J '^SDWebImage $'-F tvos
53
+ # - bash <(curl -s https://codecov.io/bash) -D './DerivedData/macOS' -J '^SDWebImageSwiftUI $' -F macos
54
+ - bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImageSwiftUI $' -F ios
55
+ - bash <(curl -s https://codecov.io/bash) -D './DerivedData/tvOS' -J '^SDWebImageSwiftUI $'-F tvos
0 commit comments