Skip to content

Commit e07a3ed

Browse files
committed
ci: Add missed configuration options to "Win64 native" job
1 parent 0e5cd60 commit e07a3ed

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: Generate build system
184184
run: |
185-
cmake -B build --preset vs2022-static -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
185+
cmake -B build --preset vs2022-static -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DBUILD_GUI=ON -DWITH_BDB=ON -DWITH_MINIUPNPC=ON -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
186186
187187
- name: Save vcpkg binary cache
188188
uses: actions/cache/save@v4

CMakePresets.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"cacheVariables": {
1717
"VCPKG_TARGET_TRIPLET": "x64-windows",
1818
"BUILD_GUI": "ON",
19-
"WITH_QRENCODE": "OFF",
20-
"WITH_NATPMP": "OFF"
19+
"WITH_QRENCODE": "OFF"
2120
}
2221
},
2322
{
@@ -34,8 +33,7 @@
3433
"cacheVariables": {
3534
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
3635
"BUILD_GUI": "ON",
37-
"WITH_QRENCODE": "OFF",
38-
"WITH_NATPMP": "OFF"
36+
"WITH_QRENCODE": "OFF"
3937
}
4038
}
4139
]

0 commit comments

Comments
 (0)