mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02:00
ci: Add missed configuration options to "Win64 native" job
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
"cacheVariables": {
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows",
|
||||
"BUILD_GUI": "ON",
|
||||
"WITH_QRENCODE": "OFF",
|
||||
"WITH_NATPMP": "OFF"
|
||||
"WITH_QRENCODE": "OFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -34,8 +33,7 @@
|
||||
"cacheVariables": {
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
|
||||
"BUILD_GUI": "ON",
|
||||
"WITH_QRENCODE": "OFF",
|
||||
"WITH_NATPMP": "OFF"
|
||||
"WITH_QRENCODE": "OFF"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user