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:
3333 - echo Build example
3434 - pod install --project-directory=Example
3535 - 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
3640
3741 - echo Run the tests
3842 - 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