Crates.io | sludge-cicd |
lib.rs | sludge-cicd |
version | 0.1.16 |
source | src |
created_at | 2022-08-21 23:20:44.477117 |
updated_at | 2024-07-23 19:52:30.108407 |
description | Personal CI/CD tool for Rust crates |
homepage | |
repository | https://github.com/SludgePhD/CICD |
max_upload_size | |
id | 649995 |
size | 30,507 |
A simple CI/CD tool for Rust crates.
Based on https://github.com/rust-analyzer/smol_str/blob/master/.github/ci.rs.
sludge-cicd <args...>
The <args...>
arguments are passed to any cargo check
, cargo build
and cargo test
invocations.
Variable | Meaning |
---|
CRATES_IO_TOKEN
| Token for auto-publishing new versions to crates.io. If absent, auto-publishing is disabled.
CICD_CHECK_ONLY
| If set to any value, only cargo check
is run for CI instead of running tests.
CICD_SKIP_DOCS
| If set to any value, cargo doc
will not be run to check documentation.