1 unstable release
0.1.1 | Mar 17, 2019 |
---|---|
0.1.0 |
|
#8 in #travis
8KB
125 lines
cargo-ci
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
~0.7–1MB