clock_generator/.woodpecker.yml
finga f971da5496
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Use cargo-checkmate for CI checks
2023-06-07 22:18:49 +02:00

15 lines
260 B
YAML

pipeline:
checkmate:
group: default
image: rust_full
commands:
- cd firmware/
- cargo checkmate
build_release:
group: default
image: rust_full
commands:
- cd firmware/
- cargo build --all-features --release