mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-11 00:43:31 +00:00
(#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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user