Skip to content

Commit 89b242e

Browse files
committed
Add VS2026 to Drone
1 parent c4e5a65 commit 89b242e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.drone.jsonnet

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,4 +454,10 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
454454
"cppalliance/dronevs2022:1",
455455
{ TOOLSET: 'msvc-14.3', CXXSTD: '14,17,20,latest', ADDRMD: '32,64' },
456456
),
457+
458+
windows_pipeline(
459+
"Windows VS2026 msvc-14.5",
460+
"cppalliance/dronevs2026:1",
461+
{ TOOLSET: 'msvc-14.5', CXXSTD: '14,17,20,latest', ADDRMD: '32,64' },
462+
),
457463
]

0 commit comments

Comments
 (0)