Update .drone.jsonnet

This commit is contained in:
Peter Dimov
2023-12-28 16:18:53 +02:00
parent 2aa5d4d97f
commit 16d20175bc

View File

@ -329,7 +329,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
windows_pipeline(
"Windows VS2015 msvc-14.0",
"cppalliance/dronevs2015",
{ TOOLSET: 'msvc-14.0', CXXSTD: '14,latest' },
{ TOOLSET: 'msvc-14.0', CXXSTD: '14,latest', B2_DONT_EMBED_MANIFEST: '1' },
),
windows_pipeline(