webhookey/.woodpecker.yml
finga 39864a37bd
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 17:46:47 +02:00

19 lines
275 B
YAML

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