Y
Hacker News
new
|
ask
|
show
|
jobs
by
tfar
3267 days ago
Is there a way to cache build results for follow up builds? So the next build only needs to rebuild the files that changed?
2 comments
ssemmaprise
3267 days ago
This may be what you are looking for:
https://circleci.com/docs/2.0/artifacts/
link
olalonde
3267 days ago
Yes:
https://circleci.com/docs/2.0/caching/
link