Everything worked except the tests, trying using xcodebuild instead of xctool
This commit is contained in:
parent
542fc29808
commit
0aa9b61bcc
|
@ -23,4 +23,4 @@ script:
|
||||||
- cd Tests
|
- cd Tests
|
||||||
- pod update
|
- pod update
|
||||||
- cd ..
|
- cd ..
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test
|
- xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator clean test
|
Loading…
Reference in New Issue