mirror of
https://github.com/microsoft/GSL.git
synced 2026-08-09 23:21:30 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b473a0acf | ||
|
|
32a3fcaf06 | ||
|
|
a812934312 | ||
|
|
713edbfe5e | ||
|
|
5614c2e5e5 |
@@ -97,9 +97,7 @@ Compiler |Toolset Versions Currently Tested
|
||||
GCC | 11.1.0 & 10.3.0
|
||||
Clang | 11.0.0 & 10.0.0
|
||||
Visual Studio with MSVC | VS2019 (16.11) & VS2022 (17.0)
|
||||
Visual Studio with LLVM | VS2019 (16.11)
|
||||
|
||||
- Support for Visual Studio 2022 with LLVM will be added in the near future
|
||||
Visual Studio with LLVM | VS2019 (16.11) & VS2022 (17.0)
|
||||
|
||||
---
|
||||
If you successfully port GSL to another platform, we would love to hear from you!
|
||||
|
||||
+6
-11
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user