(#18397) infra: add Visual Studio 2022 configuration to Conan 2.0 checks (msvc 193)

* infra: add Visual Studio 2022 configuration (msvc 193)

* infra: add missing epochs

* infra: align v1 epochs

* fix epochs
This commit is contained in:
Luis Caro Campos
2023-07-07 11:03:06 +01:00
committed by GitHub
parent c7960f0a4d
commit 7ccf6d676c
2 changed files with 24 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ tasks:
configurations:
- id: linux-gcc
epochs: [0, 20211221, 20220120, 20220628]
epochs: [0, 20211221, 20220120, 20220628, 20230606]
hrname: "Linux, GCC"
build_profile:
os: "Linux"
@@ -65,7 +65,7 @@ configurations:
compiler.version: ["11"]
build_type: ["Release"]
- id: macos-clang
epochs: [0, 20211221, 20220120, 20220628]
epochs: [0, 20211221, 20220120, 20220628, 20230606]
hrname: "macOS, Clang"
build_profile:
os: "Macos"
@@ -78,7 +78,7 @@ configurations:
compiler.libcxx: [ "libc++" ]
build_type: [ "Release"]
- id: macos-m1-clang
epochs: [0, 20211221, 20220120, 20220628]
epochs: [0, 20211221, 20220120, 20220628, 20230606]
hrname: "macOS M1, Clang"
build_profile:
os: "Macos"
@@ -106,6 +106,21 @@ configurations:
- "Release":
compiler.runtime: ["dynamic"]
compiler.runtime_type: [ "Release" ]
- id: windows-msvc
epochs: [20230606]
hrname: "Windows, MSVC"
build_profile:
os: "Windows"
content:
- os: [ "Windows" ]
arch: [ "x86_64" ]
compiler:
- "msvc":
compiler.version: [ "192", "193" ]
build_type:
- "Release":
compiler.runtime: ["dynamic"]
compiler.runtime_type: [ "Release" ]
cppstd:
apple-clang:
@@ -114,6 +129,7 @@ cppstd:
"11": ["17", "gnu17", "20", "gnu20"]
msvc:
"192": ["14", "17", "20"]
"193": ["14", "17", "20"]
jenkins:
url: "http://mb-jenkins-my-bloody-jenkins:8080"