File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,21 @@ script:
31
31
32
32
- echo Build example
33
33
- pod install --project-directory=Example
34
- - xcodebuild build -workspace Example/SDWebImageSwiftUI.xcworkspace -scheme SDWebImageSwiftUIDemo -sdk iphonesimulator - destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
34
+ - xcodebuild build -workspace Example/SDWebImageSwiftUI.xcworkspace -scheme SDWebImageSwiftUIDemo -destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
35
35
36
- - carthage update
36
+ - carthage update --configuration Debug
37
37
- xcodebuild build -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUI' -sdk iphonesimulator -configuration Debug | xcpretty -c
38
38
39
39
- echo Clean DerivedData
40
40
- rm -rf ~/Library/Developer/Xcode/DerivedData/
41
41
- mkdir DerivedData
42
42
43
43
- echo Run the tests
44
- - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests' -sdk iphonesimulator - destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
44
+ - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests' -destination 'name=iPhone 11 Pro' -configuration Debug | xcpretty -c
45
45
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/iOS
46
- - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests macOS' -sdk iphonesimulator - destination 'platform=macOS,arch=x86_64' -configuration Debug | xcpretty -c
46
+ - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests macOS' -destination 'platform=macOS,arch=x86_64' -configuration Debug | xcpretty -c
47
47
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/macOS
48
- - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests tvOS' -sdk iphonesimulator - destination 'platform=tvOS Simulator,name=Apple TV' -configuration Debug | xcpretty -c
48
+ - xcodebuild clean test -project SDWebImageSwiftUI.xcodeproj -scheme 'SDWebImageSwiftUITests tvOS' -destination 'platform=tvOS Simulator,name=Apple TV' -configuration Debug | xcpretty -c
49
49
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/tvOS
50
50
51
51
after_success :
You can’t perform that action at this time.
0 commit comments