Skip to content

Add new emulator 'm33mu' update tests #4

Add new emulator 'm33mu' update tests

Add new emulator 'm33mu' update tests #4

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: Init submodules
run: git submodule update --init --single-branch
- name: Configure stm32h5 (TZ) and build wolfboot
run: |
cp config/examples/stm32h5-tz.config .config
make wolfboot.bin
- name: Run emu test (stm32h5)
working-directory: test-app/emu-test-apps
run: |
SCENARIOS=C ./test.sh