mightyohm-gc-exporter/.woodpecker.yml

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