crate-ci / azure-pipelines

Easy continuous integration for Rust projects with Azure Pipelines
MIT License
88 stars 24 forks source link

Document what's going on in terms of caching #36

Open djc opened 5 years ago

djc commented 5 years ago

Just trying this out on Quinn right now, it looks very helpful. It would be neat if documentation (the README) what, if anything, was going on in terms of caching.

epage commented 5 years ago

Good point that we should document this for people unfamiliar with Azure Pipelines. As of right now, it doesn't support any caching, so neither do the templates we provide.

jonhoo commented 5 years ago

Azure has only recently gotten support for caching, and it is slowly rolling out. As @epage says, the CI scripts here do not currently support caching at all :) The discussion to follow on the Azure side is https://github.com/microsoft/azure-pipelines-yaml/pull/113.

djc commented 5 years ago

Maybe this should then be reformulated as "Add support for caching"? I recently used it with Bitbucket pipelines and found the decreased turnaround time quite attractive.