Adds automatic building with carthage to CI
This commit is contained in:
parent
f4875b0efb
commit
f63a236546
|
@ -12,6 +12,7 @@ before_install:
|
||||||
- pod --version
|
- pod --version
|
||||||
- pod setup --silent > /dev/null
|
- pod setup --silent > /dev/null
|
||||||
- pod repo update --silent
|
- pod repo update --silent
|
||||||
|
- brew install carthage
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
||||||
|
@ -24,4 +25,6 @@ script:
|
||||||
|
|
||||||
- pod install --project-directory=Tests
|
- pod install --project-directory=Tests
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test
|
||||||
|
|
||||||
|
- carthage build --no-skip-current
|
Loading…
Reference in New Issue