mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
gitlab-ci: Clarify MSVC v71 job script config block name
Rename `cmake_test_windows_{nmake => msvc}` since it fetches MSVC,
not NMake.
This commit is contained in:
+1
-1
@@ -802,7 +802,7 @@ test:windows-borland5.8:
|
|||||||
test:windows-msvc-v71-nmake:
|
test:windows-msvc-v71-nmake:
|
||||||
extends:
|
extends:
|
||||||
- .windows_msvc_v71_nmake
|
- .windows_msvc_v71_nmake
|
||||||
- .cmake_test_windows_nmake
|
- .cmake_test_windows_msvc
|
||||||
- .windows_tags_concurrent
|
- .windows_tags_concurrent
|
||||||
- .cmake_junit_artifacts
|
- .cmake_junit_artifacts
|
||||||
- .run_dependent
|
- .run_dependent
|
||||||
|
|||||||
@@ -212,7 +212,7 @@
|
|||||||
|
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
.cmake_test_windows_nmake:
|
.cmake_test_windows_msvc:
|
||||||
stage: test-ext
|
stage: test-ext
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user