mightyohm-gc-exporter/.woodpecker.yml
finga a1dcd606d9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Read from hardcoded serial port
2022-04-23 01:42:02 +02:00

31 lines
518 B
YAML

pipeline:
fmt:
group: default
image: rust_full
commands:
- cargo fmt --all -- --check
clippy:
group: default
image: rust_full
commands:
- cargo clippy --all-features
doc:
group: default
image: rust_full
commands:
- cargo doc --all-features
build:
group: default
image: rust_full
commands:
- cargo build --all-features
build_release:
group: release
image: rust_full
commands:
- cargo build --all-features --release