]> git.ipfire.org Git - thirdparty/git.git/commit
gitlab-ci: always run MSVC-based Meson job
authorPatrick Steinhardt <ps@pks.im>
Mon, 28 Apr 2025 09:32:12 +0000 (11:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 May 2025 20:26:24 +0000 (13:26 -0700)
commit6389579b2f6d0d6aba87563c0a6f1e3942154cc3
tree6addcacbeb40b8cb919005310bd80acfb64917f8
parentd50a5e8939abfc07c2ff97ae72e9330939b36ee0
gitlab-ci: always run MSVC-based Meson job

With 7304bd2bc39 (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 <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitlab-ci.yml