webhookey/.woodpecker.yml
finga a2e7b1a02a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: Update CI to use cargo-checkmate
Use `cargo-checkmate` and skip those which would then be redundant.
2023-06-11 18:48:46 +02:00

19 lines
289 B
YAML

pipeline:
checkmate:
group: default
image: rust_full
commands:
- cargo checkmate
build-release:
group: default
image: rust_full
commands:
- cargo build --release
build-deb:
group: default
image: rust_full
commands:
- cargo deb