Compare commits

...
Author SHA1 Message Date
Dmitry Kobets 3b473a0acf Update README 2021-12-16 08:11:18 -08:00
Dmitry Kobets 32a3fcaf06 Re-enable all the tests 2021-12-16 08:10:18 -08:00
Dmitry Kobets a812934312 Run all versions of VS with LLVM 2021-12-16 07:20:39 -08:00
Dmitry Kobets 713edbfe5e Temporarily disable other jobs 2021-12-15 14:21:31 -08:00
Dmitry Kobets 5614c2e5e5 Add tests for VS2022 with LLVM 2021-12-15 14:18:11 -08:00
2 changed files with 7 additions and 14 deletions
+1 -3
View File
@@ -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
View File
@@ -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'