Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Cache installed pods #79

Closed
wants to merge 1 commit into from
Closed

Conversation

mkchoi212
Copy link
Collaborator

Checklist

  • I've run bundle exec fastlane test from the root directory to see all new and existing tests pass
  • I've followed the vlc-ios code style and run bundle exec fastlane lint to ensure the code style is valid
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.

Description

According to CircleCI,

If you are using CocoaPods, then we recommend that you check your Pods directory into source control. This will ensure that you have a deterministic, reproducible build.
https://circleci.com/docs/2.0/testing-ios/#using-cocoapods

But Pods is 2.6 GB while the entire project is 2.8 GB 馃槄
So this PR tries to cache the pods in CircleCI instead of the repo with contents of Podfile as the key to the cache.

@carolanitz
Copy link
Member

this was merged with 9573d3a

@carolanitz carolanitz closed this Jul 2, 2018
@mkchoi212 mkchoi212 deleted the ci-cache branch July 2, 2018 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants