Update CI, nightly, cargo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2022-10-15 02:03:28 +02:00
parent dbf5733488
commit 63b76aa3ef
4 changed files with 39 additions and 30 deletions

View file

@ -1,35 +1,35 @@
pipeline:
fmt:
group: default
image: rust_avr
image: rust_full
commands:
- cd firmware/rust/
- cargo fmt --all -- --check
clippy:
group: default
image: rust_avr
image: rust_full
commands:
- cd firmware/rust/
- cargo clippy --all-features
doc:
group: default
image: rust_avr
image: rust_full
commands:
- cd firmware/rust/
- cargo doc --all-features
build:
group: default
image: rust_avr
image: rust_full
commands:
- cd firmware/rust/
- cargo build --all-features
build_release:
group: default
image: rust_avr
image: rust_full
commands:
- cd firmware/rust/
- cargo build --all-features --release