mirror of
https://github.com/microsoft/GSL.git
synced 2025-01-18 09:44:59 -05:00
Add tests for VS2022 with LLVM
This commit is contained in:
parent
c412deb31e
commit
5614c2e5e5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user