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