azure-pipelines icon indicating copy to clipboard operation
azure-pipelines copied to clipboard

Easy continuous integration for Rust projects with Azure Pipelines

Results 16 azure-pipelines issues
Sort by recently updated
recently updated
newest added

Currently, we just make sure that CI _passes_, but ideally we'd have a way to see that the CI scripts actually run the right commands in every job given the...

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.

documentation

Doing a `cargo check` with `RUSTFLAGS="-D warnings"` will fail the build on warnings. The problems is new warnings can be added and break the build, so like clippy in #18,...

enhancement

By running clippy on a non-fixed version of rustc, CI will break as new clippy's introduce new checks. Having the CI fail on a new contributor can be discouraging and...

bug

If I don't check in my lock file, then the CI will get all of the latest dependencies which might bump their minrust at any moment. If I do check...

enhancement

Leaving this here rather than there so all of the pipeline tasks are in one place.

documentation