(#17137) [config] Fix build log paths

This commit is contained in:
Daniel
2023-04-20 22:01:49 +02:00
committed by GitHub
parent 194212efa4
commit 88208bc5a1
2 changed files with 8 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ configurations:
compiler.libcxx: ["libstdc++", "libc++"]
compiler.version: ["11", "12", "13"]
build_type: ["Release", "Debug"]
- id: configs/macos-clang
- id: macos-clang
epochs: [0, 20211221]
hrname: "macOS, Clang"
content:
@@ -112,7 +112,7 @@ configurations:
compiler.version: [ "11.0", "12.0" ]
compiler.libcxx: [ "libc++" ]
build_type: [ "Release", "Debug" ]
- id: configs/macos-clang
- id: macos-clang
epochs: [20220120]
hrname: "macOS, Clang"
content:
@@ -123,7 +123,7 @@ configurations:
compiler.version: [ "13.0" ]
compiler.libcxx: [ "libc++" ]
build_type: [ "Release", "Debug" ]
- id: configs/macos-m1-clang
- id: macos-m1-clang
epochs: [0, 20211221]
hrname: "macOS, Clang (M1/arm64)"
build_profile:
@@ -137,7 +137,7 @@ configurations:
compiler.version: [ "12.0" ]
compiler.libcxx: [ "libc++" ]
build_type: [ "Release", "Debug" ]
- id: configs/macos-m1-clang
- id: macos-m1-clang
epochs: [20220120]
hrname: "macOS, Clang (M1/arm64)"
build_profile:
@@ -151,7 +151,7 @@ configurations:
compiler.version: [ "13.0" ]
compiler.libcxx: [ "libc++" ]
build_type: [ "Release", "Debug" ]
- id: configs/windows-visual_studio
- id: windows-visual_studio
epochs: [0, 20211221, 20220120]
hrname: "Windows, Visual Studio"
content:

View File

@@ -62,7 +62,7 @@ configurations:
compiler.libcxx: ["libstdc++11"]
compiler.version: ["11"]
build_type: ["Release"]
- id: configs/macos-clang
- id: macos-clang
epochs: [0, 20211221, 20220120, 20220628]
hrname: "macOS, Clang"
build_profile:
@@ -75,7 +75,7 @@ configurations:
compiler.version: [ "13" ]
compiler.libcxx: [ "libc++" ]
build_type: [ "Release"]
- id: configs/macos-m1-clang
- id: macos-m1-clang
epochs: [0, 20211221, 20220120, 20220628]
hrname: "macOS M1, Clang"
build_profile:
@@ -89,7 +89,7 @@ configurations:
compiler.version: ["13" ]
compiler.libcxx: [ "libc++" ]
build_type: [ "Release"]
- id: configs/windows-msvc
- id: windows-msvc
epochs: [0, 20211221, 20220120, 20220628]
hrname: "Windows, MSVC"
build_profile: