CI: Testing for ARMv7 extended to armv7thumb and armv7mthumb

This commit is contained in:
Nicolas 2026-03-02 21:33:24 +01:00
parent dd7fb12c64
commit 7f963d7e43
1 changed files with 4 additions and 0 deletions

View File

@ -214,6 +214,10 @@ jobs:
gcc -O3 -static -DENABLE_LOGGING -o build/runner/coparun src/coparun/runmem.c \
src/coparun/coparun.c src/coparun/mem_man.c && \
pytest && \
export CP_TARGET_ARCH=armv7thumb && \
pytest && \
export CP_TARGET_ARCH=armv7mthumb && \
pytest && \
bash tools/create_asm.sh"
- uses: actions/upload-artifact@v4