crate-ci / azure-pipelines

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

Document (implement?) support for nightly/beta-only crates #58

Closed Ralith closed 5 years ago

Ralith commented 5 years ago

We're trying to move Quinn master to async/await without losing CI. Is this supported at all? I don't see any likely looking parameters except for coverage.

jonhoo commented 5 years ago

@Ralith see #59 :) It doesn't support also checking on beta, but given that crates should be in beta+nightly for a relatively short period of time, I don't think it's worth adding a special case for that. If you feel strongly about it you can also use nightly-stages.yml and then add your own stage which also tests on beta.