Need to clean the SDWebImage scheme to allow the tests to rebuild it using their required platform.

This commit is contained in:
Bogdan Poplauschi 2016-05-29 00:53:49 +03:00
parent e9e7edffde
commit d625be8d98
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@ script:
- echo Run the tests
- pod install --project-directory=Tests
- xcodebuild clean -workspace SDWebImage.xcworkspace -scheme 'SDWebImage-static' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c
- xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -configuration Debug | xcpretty -c