mirror of https://github.com/Nonannet/copapy.git
Compare commits
2 Commits
c371c702f3
...
bd00f0cc6f
| Author | SHA1 | Date |
|---|---|---|
|
|
bd00f0cc6f | |
|
|
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