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: |
|
||||
mkdir bin
|
||||
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
|
||||
run: pytest
|
||||
|
|
|
|||
Loading…
Reference in New Issue