Skip to content

Commit

Permalink
Build for target thumbv7em-none-eabi in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Apr 9, 2022
1 parent fdf30dc commit e7853b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ jobs:
- run: cargo build --features="derive serde"
- run: cargo test --features="derive serde"
- run: cargo doc --features="derive serde"

- run: rustup target add thumbv7em-none-eabi
- run: cargo build --target=thumbv7em-none-eabi

0 comments on commit e7853b6

Please sign in to comment.