crate-ci / azure-pipelines

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

Examples for common use-cases #78

Open jonhoo opened 4 years ago

jonhoo commented 4 years ago

We recently made the decision to have this repository provide building blocks for CI (and a single, "80%" default template), since we found it too difficult to expose all the various ways in which people want their CI builds to vary. However, this repository can still serve as a convenient reference for how to implement particularly common patterns in your own CI scripts.

Here are some examples we should probably provide (PRs welcome!):

If you have others, please post here and I'll add them!