Update .drone.jsonnet

This commit is contained in:
Peter Dimov
2022-02-07 09:10:06 +02:00
parent 3851632a6d
commit 1b5a62e04e

View File

@@ -176,9 +176,5 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
["deb http://apt.llvm.org/focal/ llvm-toolchain-focal-14 main"],
),
windows_pipeline(
"Windows VS2015 msvc-14.0",
"cppalliance/dronevs2015",
{ TOOLSET: 'msvc-14.0', CXXSTD: '14,latest' },
),
#windows_pipeline("Windows VS2015 msvc-14.0", "cppalliance/dronevs2015", { TOOLSET: 'msvc-14.0', CXXSTD: '14,latest' }, ),
]