Skip to content

Commit 6389579

Browse files
pks-tgitster
authored andcommitted
gitlab-ci: always run MSVC-based Meson job
With 7304bd2 (ci: wire up Visual Studio build with Meson, 2025-01-22) we have introduced a CI job that builds and tests Git with Microsoft Visual Studio via Meson. This job is only being executed by default on GitHub Workflows though -- on GitLab CI it is marked as a "manual" job, so the developer has to actively trigger these jobs. The consequence of this split is that any breakage specific to this job is only noticed by developers who mainly work with GitHub. Let's improve this situation by also running the job by default on GitLab CI. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d50a5e8 commit 6389579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ build:msvc-meson:
173173
test:msvc-meson:
174174
extends: .msvc-meson
175175
stage: test
176-
when: manual
177176
timeout: 6h
178177
needs:
179178
- job: "build:msvc-meson"

0 commit comments

Comments
 (0)