Add new emulator 'm33mu' update tests #4
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |