mirror of https://github.com/wolfSSL/wolfBoot.git
Added github workflow for m33mu-based tests
parent
26f942aff1
commit
077e2fc2ea
|
|
@ -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
|
||||
Loading…
Reference in New Issue