Added github workflow for m33mu-based tests

pull/664/head
Daniele Lacamera 2026-01-11 16:16:51 +01:00
parent 26f942aff1
commit 077e2fc2ea
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
name: emu-test-stm32h5
on:
push:
pull_request:
jobs:
emu-test-stm32h5:
runs-on: ubuntu-latest
container:
image: ghcr.io/danielinux/m33mu-ci:testing
steps:
- uses: actions/checkout@v4
- name: Configure stm32h5 (TZ) and build wolfboot
working-directory: wolfboot
run: |
cp config/examples/stm32h5-tz.config .config
make wolfboot.bin
- name: Run emu test (stm32h5)
working-directory: wolfboot/test-app/emu-test-apps
run: |
SCENARIOS=C ./test.sh