mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
set same build type of windows RP check and release
This commit is contained in:
parent
287e608174
commit
53e09217c3
1
.github/workflows/PR-check-cmake.yml
vendored
1
.github/workflows/PR-check-cmake.yml
vendored
|
@ -118,6 +118,7 @@ jobs:
|
|||
cmake -S . -B "./build_dir" `
|
||||
-G Ninja `
|
||||
-DCMAKE_C_COMPILER="cl.exe" -DCMAKE_CXX_COMPILER="cl.exe" `
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
|
||||
-DWITH_FFMPEG_PLAYER=OFF `
|
||||
-DUSE_VCPKG=ON `
|
||||
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" `
|
||||
|
|
Loading…
Reference in a new issue