ci: missing compiler flag DENABLE_BASIC_LOGGING for windows added

This commit is contained in:
Nicolas Kruse 2025-10-18 23:21:33 +02:00
parent 8106cd671f
commit c2d51c6c39
1 changed files with 2 additions and 2 deletions

View File

@ -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