cargo-ci

Crates.iocargo-ci
lib.rscargo-ci
version0.1.1
sourcesrc
created_at2019-03-17 11:57:50.991369
updated_at2019-03-17 12:57:48.976614
descriptionManages running common CI tasks with Cargo.
homepagehttps://github.com/rossmacarthur/cargo-ci
repositoryhttps://github.com/rossmacarthur/cargo-ci
max_upload_size
id121553
size19,219
Ross MacArthur (rossmacarthur)

documentation

README

cargo-ci

Crates.io Version

Manages running common CI tasks with Cargo.

Getting started

Install it using

cargo install cargo-ci

Then you can run cargo commands using

cargo ci --only nightly fmt
cargo ci --skip nightly clippy --all --all-targets --all-features -- -D warnings
cargo ci --skip nightly test

Arbitrary commands are also allowed, so something like this will work

cargo ci --only stable git diff --exit-code

License

This project is dual licensed under the Apache 2.0 License and the MIT License.

See LICENSE-APACHE and LICENSE-MIT for more details.

Commit count: 4

cargo fmt