We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcea53 commit 76af4afCopy full SHA for 76af4af
1 file changed
.github/workflows/emu-test-stm32h5.yml
@@ -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
24
+ SCENARIOS=C ./test.sh
0 commit comments