mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 02:06:05 -04:00
Merge pull request #1165 from kiwix/kelson42-patch-1
Stop building Windows with DEBUG symbols in CI
This commit is contained in:
commit
6c37e2827e
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