mightyohm-gc-exporter/.woodpecker.yml
finga bd27a6433b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Remove redundant CI jobs
All those checks should be executed by `cargo-checkmate` anyway.
2022-04-24 18:28:13 +02:00

19 lines
304 B
YAML

pipeline:
checkmate:
group: default
image: rust_full
commands:
- cargo checkmate
build_release:
group: default
image: rust_full
commands:
- cargo build --all-features --release
build_deb:
group: default
image: rust_full
commands:
- cargo deb