Using cocoapods cache to speed up the build time

This commit is contained in:
DreamPiggy 2019-04-27 13:49:08 +08:00
parent 06cac84af3
commit 17fd5da086
1 changed files with 3 additions and 2 deletions

View File

@ -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