Using cocoapods cache to speed up the build time
This commit is contained in:
parent
06cac84af3
commit
17fd5da086
|
@ -15,13 +15,14 @@ addons:
|
|||
packages:
|
||||
- curl # Fix the codecov upload issue
|
||||
|
||||
cache: cocoapods
|
||||
podfile: Examples/Podfile
|
||||
|
||||
before_install:
|
||||
- env
|
||||
- locale
|
||||
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
|
||||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
|
||||
- pod --version
|
||||
- pod setup --silent > /dev/null
|
||||
- pod repo update --silent
|
||||
- xcpretty --version
|
||||
- xcodebuild -version
|
||||
|
|
Loading…
Reference in New Issue