mirror of https://github.com/Nonannet/copapy.git
ci: missing compiler flag DENABLE_BASIC_LOGGING for windows added
This commit is contained in:
parent
8106cd671f
commit
c2d51c6c39
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir bin
|
mkdir bin
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64
|
||||||
cl /O2 src\coparun\runmem.c src\coparun\coparun.c src\coparun\mem_man.c /Fe:bin\coparun.exe
|
cl /DENABLE_BASIC_LOGGING /O2 src\coparun\runmem.c src\coparun\coparun.c src\coparun\mem_man.c /Fe:bin\coparun.exe
|
||||||
|
|
||||||
- name: Run tests with pytest
|
- name: Run tests with pytest
|
||||||
run: pytest
|
run: pytest
|
||||||
|
|
@ -129,4 +129,4 @@ jobs:
|
||||||
if: strategy.job-index == 0
|
if: strategy.job-index == 0
|
||||||
with:
|
with:
|
||||||
name: runner-win
|
name: runner-win
|
||||||
path: bin/*
|
path: bin/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue