diff options
author | Brad King <brad.king@kitware.com> | 2021-11-17 17:05:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-17 17:07:40 (GMT) |
commit | 99c335c8e812d38564e214bb4984d270417b2a5c (patch) | |
tree | 96e7eae1d6303f4c05c62e569e29d6c6c05a049b /.gitlab | |
parent | b4bdedaf4e6628793b54f2cc1ffbb20181d1f073 (diff) | |
download | CMake-99c335c8e812d38564e214bb4984d270417b2a5c.zip CMake-99c335c8e812d38564e214bb4984d270417b2a5c.tar.gz CMake-99c335c8e812d38564e214bb4984d270417b2a5c.tar.bz2 |
gitlab-ci: Clarify MSVC v71 job script config block name
Rename `cmake_test_windows_{nmake => msvc}` since it fetches MSVC,
not NMake.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 7c578aa..bf75b6e 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -212,7 +212,7 @@ interruptible: true -.cmake_test_windows_nmake: +.cmake_test_windows_msvc: stage: test-ext script: |