clock_generator/.woodpecker.yml

15 lines
260 B
YAML
Raw Permalink Normal View History

2022-03-06 18:18:09 +01:00
pipeline:
checkmate:
2022-03-06 18:18:09 +01:00
group: default
2022-10-15 02:03:28 +02:00
image: rust_full
2022-03-06 18:18:09 +01:00
commands:
- cd firmware/
- cargo checkmate
2022-04-08 01:15:32 +02:00
build_release:
group: default
2022-10-15 02:03:28 +02:00
image: rust_full
2022-04-08 01:15:32 +02:00
commands:
- cd firmware/
2022-04-08 01:15:32 +02:00
- cargo build --all-features --release