mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
ci: Fix LLVM/Clang nightly CI job tags on Windows
Since commit c1f4bd792b (ci: Add LLVM/Clang 13.0 nightly CI jobs on
Windows, 2022-02-02, v3.24.0-rc1~734^2) we left out tags corresponding
to the MSVC toolset environment loaded by the jobs.
This commit is contained in:
@@ -1424,7 +1424,7 @@ t:windows-clang19.1-cl-ninja:
|
||||
extends:
|
||||
- .windows_clang_ninja
|
||||
- .cmake_test_windows_external
|
||||
- .windows_x86_64_tags_concurrent
|
||||
- .windows_x86_64_tags_concurrent_vs2022
|
||||
- .cmake_junit_artifacts
|
||||
- .run_dependent
|
||||
needs:
|
||||
@@ -1437,7 +1437,7 @@ t:windows-clang19.1-cl-nmake:
|
||||
extends:
|
||||
- .windows_clang_nmake
|
||||
- .cmake_test_windows_external
|
||||
- .windows_x86_64_tags_concurrent
|
||||
- .windows_x86_64_tags_concurrent_vs2022
|
||||
- .cmake_junit_artifacts
|
||||
- .run_dependent
|
||||
needs:
|
||||
@@ -1450,7 +1450,7 @@ t:windows-clang19.1-gnu-ninja:
|
||||
extends:
|
||||
- .windows_clang_ninja
|
||||
- .cmake_test_windows_external
|
||||
- .windows_x86_64_tags_concurrent
|
||||
- .windows_x86_64_tags_concurrent_vs2022
|
||||
- .cmake_junit_artifacts
|
||||
- .run_dependent
|
||||
needs:
|
||||
@@ -1463,7 +1463,7 @@ t:windows-clang19.1-gnu-nmake:
|
||||
extends:
|
||||
- .windows_clang_nmake
|
||||
- .cmake_test_windows_external
|
||||
- .windows_x86_64_tags_concurrent
|
||||
- .windows_x86_64_tags_concurrent_vs2022
|
||||
- .cmake_junit_artifacts
|
||||
- .run_dependent
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user