#ci #cargo #cargo-subcommand #travis

app cargo-ci

Manages running common CI tasks with Cargo

1 unstable release

0.1.1 Mar 17, 2019
0.1.0 Mar 17, 2019

#8 in #travis

Apache-2.0/MIT

8KB
125 lines

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.

Dependencies

~425–660KB