Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kobets <dmitrykobets@microsoft.com>2021-12-16 01:18:11 +0300
committerDmitry Kobets <dmitrykobets@microsoft.com>2021-12-16 01:18:11 +0300
commit5614c2e5e5acdf474bf719a16749bb6d07b2be5e (patch)
treed079b01bb35ce9bdbb218f703ba0e9c120d47f8f
parentc412deb31e73c9b824abeb6619e11511b279222f (diff)
Add tests for VS2022 with LLVM
-rw-r--r--azure-pipelines.yml17
1 files changed, 6 insertions, 11 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a82e3c4..b6bf5cc 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -58,14 +58,9 @@ stages:
compilerVersions: [ 'LLVM' ]
image: windows-2019
extraCmakeArgs: '-T ClangCL'
-
-# The *same* config as with 2019 but on 2022 yields an error.
-# Tracking issue: https://github.com/actions/virtual-environments/issues/4716
-# - template: ./pipelines/jobs.yml
-# parameters:
-# compiler: 'VS2022 LLVM'
-# compilerVersions: [ '17.0' ]
-# image: windows-2022
-# extraCmakeArgs: '-T ClangCL'
-# CXXVersions: [ 14 ]
-# buildTypes: [ Release ]
+- template: ./pipelines/jobs.yml
+ parameters:
+ compiler: 'VS2022 (17.0)'
+ compilerVersions: [ 'LLVM' ]
+ image: windows-2022
+ extraCmakeArgs: '-T ClangCL'