From d0228dd79f474bc696e820b2d7397627dbd9d027 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 30 Jan 2026 13:44:24 -0300 Subject: [PATCH] gitlab-ci: Clarify a bit what is behind the "MSVC" builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cde07182c..1bc18343d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ spec: description: 'Pipelines used only for testing' options: - GIMP_CI_MESON_CLANG #trigger the Debian Clang build (rare usefulness) - - GIMP_CI_MESON_MSVC #trigger the Windows MSVC build (rare usefulness) + - GIMP_CI_MESON_MSVC #trigger the Windows Clang-CL/MSVC build (rare usefulness) - GIMP_CI_MESON_APPLECLANG #trigger the Apple Clang build with Homebrew packages (rare usefulness) - GIMP_CI_RASTER_ICONS #trigger the Debian Clang build without vector icons (rare usefulness) - GIMP_CI_CPPCHECK #trigger cppcheck (static code analysis)