Skip to content

Commit 76af4af

Browse files
committed
Added github workflow for m33mu-based tests
1 parent dbcea53 commit 76af4af

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: emu-test-stm32h5
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
emu-test-stm32h5:
9+
runs-on: ubuntu-latest
10+
container:
11+
image: ghcr.io/danielinux/m33mu-ci:testing
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Configure stm32h5 (TZ) and build wolfboot
16+
working-directory: wolfboot
17+
run: |
18+
cp config/examples/stm32h5-tz.config .config
19+
make wolfboot.bin
20+
21+
- name: Run emu test (stm32h5)
22+
working-directory: wolfboot/test-app/emu-test-apps
23+
run: |
24+
SCENARIOS=C ./test.sh

0 commit comments

Comments
 (0)