diff options
author | Brad King <brad.king@kitware.com> | 2022-02-02 21:27:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-02 21:27:02 (GMT) |
commit | 040c509bce24a12cb6d15712e803196dd2431dee (patch) | |
tree | 3c7d0505c7d9fbbc859e0b9efeda625582b2d9f7 /.gitlab | |
parent | bd14f07ce969d12c636af043dc1edbaf06596dc2 (diff) | |
download | CMake-040c509bce24a12cb6d15712e803196dd2431dee.zip CMake-040c509bce24a12cb6d15712e803196dd2431dee.tar.gz CMake-040c509bce24a12cb6d15712e803196dd2431dee.tar.bz2 |
gitlab-ci: clarify name of windows fragment for building with ninja
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index e15bbe9..2bce8c8 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -21,7 +21,7 @@ # could run at the same time, so we drop it. GIT_CLONE_PATH: "$CI_BUILDS_DIR\\cmake ci" -.windows_ninja: +.windows_build_ninja: extends: .windows_build variables: @@ -39,7 +39,7 @@ .windows_vs2022_x64_ninja: extends: - - .windows_ninja + - .windows_build_ninja - .windows_vcvarsall_vs2022_x64 variables: |