mirror of
https://github.com/trussed-dev/delog.git
synced 2026-06-20 04:16:34 -07:00
Add CI job for thumbv6m-none-eabi
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user