build: add config for Radicle native CI engine

Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2024-01-04 10:28:53 +02:00 committed by cloudhead
parent c4afd897f9
commit f03c734e85
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

9
.radicle/native.yaml Normal file
View File

@ -0,0 +1,9 @@
shell: |
cargo --version
rustc --version
cargo fmt --check
cargo clippy --all-targets --workspace -- --deny clippy::all
cargo build --all-targets --workspace
cargo doc --workspace
cargo test --workspace --no-fail-fast