Update CI, nightly, cargo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
dbf5733488
commit
63b76aa3ef
4 changed files with 39 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue