mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00
Stop building Windows with DEBUG symbols in CI
This commit is contained in:
parent
9bd568fe0e
commit
9138f91c31
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
|
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
|
||||||
set CPPFLAGS=-I%cd%\BUILD_win-amd64\INSTALL\include
|
set CPPFLAGS=-I%cd%\BUILD_win-amd64\INSTALL\include
|
||||||
meson.exe setup . build -Dwerror=false --default-library=static --buildtype=debug
|
meson.exe setup . build -Dwerror=false --default-library=static --buildtype=release
|
||||||
cd build
|
cd build
|
||||||
ninja.exe
|
ninja.exe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user