dht11-exporter/.woodpecker.yml
finga 9a7f202f85
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Create the exporter
2022-05-07 22:01:45 +02:00

16 lines
302 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