mirror of https://github.com/Nonannet/copapy.git
CI: Testing for ARMv7 extended to armv7thumb and armv7mthumb
This commit is contained in:
parent
dd7fb12c64
commit
7f963d7e43
|
|
@ -214,6 +214,10 @@ jobs:
|
||||||
gcc -O3 -static -DENABLE_LOGGING -o build/runner/coparun src/coparun/runmem.c \
|
gcc -O3 -static -DENABLE_LOGGING -o build/runner/coparun src/coparun/runmem.c \
|
||||||
src/coparun/coparun.c src/coparun/mem_man.c && \
|
src/coparun/coparun.c src/coparun/mem_man.c && \
|
||||||
pytest && \
|
pytest && \
|
||||||
|
export CP_TARGET_ARCH=armv7thumb && \
|
||||||
|
pytest && \
|
||||||
|
export CP_TARGET_ARCH=armv7mthumb && \
|
||||||
|
pytest && \
|
||||||
bash tools/create_asm.sh"
|
bash tools/create_asm.sh"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue