Skip to content

Commit 7225995

Browse files
hebastotheuni
authored andcommitted
ci: Build bitcoinkernel.dll and bitcoin-chainstate.exe on Windows
1 parent 3f4e2f2 commit 7225995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ jobs:
165165
job-type: [standard, fuzz]
166166
include:
167167
- job-type: standard
168-
generate-options: '-DBUILD_GUI=ON -DWITH_BDB=ON -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DWERROR=ON'
169-
job-name: 'Win64 native, VS 2022'
168+
generate-options: '-DBUILD_GUI=ON -DWITH_BDB=ON -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DBUILD_UTIL_CHAINSTATE=ON -DBUILD_KERNEL_LIB=ON -DBUILD_SHARED_LIBS=ON -DWERROR=ON'
169+
job-name: 'Win64 native, VS 2022, libbitcoinkernel'
170170
- job-type: fuzz
171171
generate-options: '-DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DVCPKG_MANIFEST_FEATURES="sqlite" -DBUILD_GUI=OFF -DBUILD_FOR_FUZZING=ON -DWERROR=ON'
172172
job-name: 'Win64 native fuzz, VS 2022'

0 commit comments

Comments
 (0)