mirror of https://github.com/Nonannet/copapy.git
CI: exclude runner for arm thumb
This commit is contained in:
parent
e48fc7c485
commit
a4410fd359
|
|
@ -251,7 +251,7 @@ jobs:
|
|||
-o build/runner/coparun src/coparun/runmem.c \
|
||||
src/coparun/coparun.c src/coparun/mem_man.c && \
|
||||
export CP_TARGET_ARCH=armv7thumb && \
|
||||
pytest && \
|
||||
pytest -m 'not runner' && \
|
||||
bash tools/create_asm.sh"
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
@ -285,7 +285,7 @@ jobs:
|
|||
-o build/runner/coparun src/coparun/runmem.c \
|
||||
src/coparun/coparun.c src/coparun/mem_man.c && \
|
||||
export CP_TARGET_ARCH=armv7mthumb && \
|
||||
pytest && \
|
||||
pytest -m 'not runner' && \
|
||||
bash tools/create_asm.sh"
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue