mightyohm-gc-exporter/.woodpecker.yml

19 lines
304 B
YAML
Raw Permalink Normal View History

2022-04-21 20:40:52 +02:00
pipeline:
checkmate:
group: default
image: rust_full
commands:
- cargo checkmate
2022-04-21 20:40:52 +02:00
build_release:
group: default
2022-04-21 20:40:52 +02:00
image: rust_full
commands:
- cargo build --all-features --release
build_deb:
group: default
image: rust_full
commands:
- cargo deb