File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,3 @@ script:
32
32
- echo Build example
33
33
- pod install --project-directory=Example
34
34
- xcodebuild build -workspace Example/SDWebImageVideoCoder.xcworkspace -scheme SDWebImageVideoCoder-Example -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -configuration Debug | xcpretty -c
35
-
36
- - echo Clean DerivedData
37
- - rm -rf ~/Library/Developer/Xcode/DerivedData/
38
- - mkdir DerivedData
39
-
40
- - echo Run the tests
41
- - xcodebuild test -workspace Example/SDWebImageVideoCoder.xcworkspace -scheme 'SDWebImageVideoCoder_Tests' -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -configuration Debug | xcpretty -c
42
- - mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/iOS
43
-
44
- after_success :
45
- - bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImageVideoCoder$' -F 'iOS'
You can’t perform that action at this time.
0 commit comments