Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Nov 1, 2024
1 parent 1d52d41 commit 4202ea4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ rustup toolchain install nightly --component miri
TARGETS=("thumbv6m-none-eabi" "thumbv7em-none-eabi" "thumbv7em-none-eabihf")
CRATES=("macros" "cookie-cutter" "dispatch-bundle")

# clippy
cargo clippy

# build

for TARGET in "${TARGETS[@]}"; do
Expand All @@ -25,3 +28,10 @@ done
# miri

cargo +nightly miri test -p embedded-command command_buffer

# crate-specific

# cookie-cutter

# asm analysis
cargo build -p cookie-cutter --bin asm --target thumbv7em-none-eabihf --features binary --release
2 changes: 1 addition & 1 deletion cookie-cutter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ binary = ["dep:panic-halt", "dep:cortex-m", "cortex-m-rt"]
cortex-m-rt = ["dep:cortex-m-rt"]

[[bin]]
name = "test"
name = "asm"
bench = false
test = false
required-features = ["binary"]
File renamed without changes.

0 comments on commit 4202ea4

Please sign in to comment.