Fixed the build (had to update the example building command)

This commit is contained in:
Bogdan Poplauschi 2018-08-29 15:35:36 +03:00
parent 2e9be698a9
commit fdb63dadff
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ script:
- echo Build example
- pod install --project-directory=Example
- xcodebuild build -workspace Example/SDImageWebPCoderExample.xcworkspace -scheme SDImageWebPCoderExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c
- xcodebuild build -workspace SDWebImageWebPCoder.xcworkspace -scheme SDWebImageWebPCoderExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c
# - echo Run the tests
# - xcodebuild test -workspace Example/SDImageWebPCoderExample.xcworkspace -scheme 'SDImageWebPCoderTests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c