firmware: Remove the c attempt of the firmware
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2023-06-07 21:13:56 +02:00
parent b9fea56014
commit 698965fcf7
20 changed files with 6 additions and 1432 deletions

View file

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