ci: Add nightly CI job for clang++ with NMake

In commit c1f4bd792b (ci: Add LLVM/Clang 13.0 nightly CI jobs on
Windows, 2022-02-02) we added three of the four combinations of
`clang-cl`/`clang++` with NMake/Ninja.  Add the last combination.
This commit is contained in:
Brad King
2022-02-07 19:26:04 -05:00
parent 6b6d0d12a7
commit 6bda940c25

View File

@@ -879,6 +879,21 @@ t:windows-clang13.0-gnu-ninja:
CMAKE_CI_BUILD_NAME: windows_clang13.0_gnu_ninja
CMAKE_CI_JOB_NIGHTLY: "true"
t:windows-clang13.0-gnu-nmake:
extends:
- .windows_clang_nmake
- .cmake_test_windows_clang
- .windows_tags_concurrent
- .cmake_junit_artifacts
- .run_dependent
dependencies:
- t:windows-vs2022-x64-ninja
needs:
- t:windows-vs2022-x64-ninja
variables:
CMAKE_CI_BUILD_NAME: windows_clang13.0_gnu_nmake
CMAKE_CI_JOB_NIGHTLY: "true"
t:windows-msvc-v71-nmake:
extends:
- .windows_msvc_v71_nmake