Skip to content

Commit fceec9a

Browse files
authored
Update arm-cortex-m55-cmake.yml
1 parent d29ad5f commit fceec9a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/arm-cortex-m55-cmake.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,13 @@ jobs:
167167
- name: Build
168168
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
169169

170+
- name: Run Tests with QEMU
171+
run: |
172+
qemu-system-arm \
173+
-M mps3-an547 \
174+
-cpu cortex-m55 \
175+
-nographic \
176+
-kernel ${{github.workspace}}/build/unit_tests \
177+
-semihosting-config enable=on,target=native \
178+
-serial mon:stdio
179+

0 commit comments

Comments
 (0)