File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 88 trustzone-emulator-tests :
99 runs-on : ubuntu-latest
1010 container :
11- image : ghcr.io/danielinux/m33mu-ci:1.0
11+ image : ghcr.io/danielinux/m33mu-ci:1.1
1212 steps :
1313 - uses : actions/checkout@v4
1414
2525 - name : Run emu test (stm32h5)
2626 working-directory : test-app/emu-test-apps
2727 run : |
28- SCENARIOS=C ./test.sh
28+ ./test.sh
2929
3030 - name : Clean and build stm32u5 (TZ + wolfcrypt)
3131 run : |
3737 working-directory : test-app/emu-test-apps
3838 run : |
3939 TARGET=stm32u5 ./test.sh
40+
41+ - name : Clean and build stm32l5 (TZ + wolfcrypt)
42+ run : |
43+ make clean distclean
44+ cp config/examples/stm32l5-wolfcrypt-tz.config .config
45+ make wolfboot.bin
46+
47+ - name : Run emu test (stm32u5)
48+ working-directory : test-app/emu-test-apps
49+ run : |
50+ TARGET=stm32l5 ./test.sh
You can’t perform that action at this time.
0 commit comments