Add CI job for thumbv6m-none-eabi

This commit is contained in:
Robin Krahl
2025-08-20 18:31:50 +02:00
parent 405ad61d6c
commit 56157c9a17
+11
View File
@@ -41,6 +41,17 @@ jobs:
- name: Run non-QEMU tests
run: make non-qemu-tests
build-thumbv6m-none-eabi:
runs-on: ubuntu-latest
env:
CARGO_BUILD_TARGET: thumbv6m-none-eabi
steps:
- uses: actions/checkout@v2
- name: Install rust
run: rustup target add ${CARGO_BUILD_TARGET}
- name: Build
run: cargo build
qemu-test:
strategy:
matrix: