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

Refactor CI to use caches #26

Open
jovobe opened this issue Mar 20, 2019 · 0 comments
Open

Refactor CI to use caches #26

jovobe opened this issue Mar 20, 2019 · 0 comments
Labels
enhancement New feature or request nice 2 have Would be nice to have

Comments

@jovobe
Copy link
Owner

jovobe commented Mar 20, 2019

The current CI repo is: https://github.com/jovobe/tsl-build-docker

Switch from installing conan deps in docker build to cache conan deps in circle ci caches. The workflow could something like:

  • generate conan deps tree
  • use hash of deps tree to cache the built deps
  • if cache found, load deps and build tsl
@jovobe jovobe added enhancement New feature or request nice 2 have Would be nice to have labels Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nice 2 have Would be nice to have
Projects
None yet
Development

No branches or pull requests

1 participant