mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-09 15:59:39 +00:00
[config v2] Add intermetiate epochs from config v1 (#16265)
This commit is contained in:
@@ -46,7 +46,7 @@ tasks:
|
||||
|
||||
configurations:
|
||||
- id: linux-gcc
|
||||
epochs: [0, 20220628]
|
||||
epochs: [0, 20211221, 20220120, 20220628]
|
||||
hrname: "Linux, GCC"
|
||||
build_profile:
|
||||
os: "Linux"
|
||||
@@ -59,7 +59,7 @@ configurations:
|
||||
compiler.version: ["11"]
|
||||
build_type: ["Release"]
|
||||
- id: configs/macos-clang
|
||||
epochs: [0, 20220628]
|
||||
epochs: [0, 20211221, 20220120, 20220628]
|
||||
hrname: "macOS, Clang"
|
||||
build_profile:
|
||||
os: "Macos"
|
||||
@@ -72,7 +72,7 @@ configurations:
|
||||
compiler.libcxx: [ "libc++" ]
|
||||
build_type: [ "Release"]
|
||||
- id: configs/macos-m1-clang
|
||||
epochs: [0, 20220628]
|
||||
epochs: [0, 20211221, 20220120, 20220628]
|
||||
hrname: "macOS M1, Clang"
|
||||
build_profile:
|
||||
os: "Macos"
|
||||
@@ -86,7 +86,7 @@ configurations:
|
||||
compiler.libcxx: [ "libc++" ]
|
||||
build_type: [ "Release"]
|
||||
- id: configs/windows-msvc
|
||||
epochs: [0, 20220628]
|
||||
epochs: [0, 20211221, 20220120, 20220628]
|
||||
hrname: "Windows, MSVC"
|
||||
build_profile:
|
||||
os: "Windows"
|
||||
|
Reference in New Issue
Block a user