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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Basic build caching on CI #110

Open
thedavidharris opened this issue Jun 5, 2019 · 0 comments
Open

[Feature Request] Basic build caching on CI #110

thedavidharris opened this issue Jun 5, 2019 · 0 comments

Comments

@thedavidharris
Copy link

CircleCI has some cache support that should let us cache the artifacts to some extent. It's pretty easy to add in, but it depends on the flow you want to use:

  1. Cache artifacts on the master branch always with a key

or

  1. Use the master cache, then cache artifacts on each branch after a PR is made and built under a separate key

As long as CircleCI is running tests on the "default" branch each time 1 isn't too bad alone and should give most of the benefits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant