gitlab-ci: use "run-test-slice-meson.sh"
While our GitHub workflow already uses "ci/run-test-slice-meson.sh", GitLab CI open-codes the parameters. Adapt the latter to also use the same script so that we always use the same Meson options across both CI systems. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Patrick Steinhardt committed
Feb 19, 2026 at 07:25 UTC
055f0b9f325e96d0692f0ee973c6298e303dc923
1 file changed
+2
-1
.gitlab-ci.yml
+2
-1
@@ -183,7 +183,8 @@ test:msvc-meson:
183
- job: "build:msvc-meson"
184
artifacts: true
185
script:
186
- - meson test -C build --no-rebuild --print-errorlogs --slice $Env:CI_NODE_INDEX/$Env:CI_NODE_TOTAL
186
+ - |
187
+ & "C:/Program Files/Git/usr/bin/bash.exe" -l -c 'ci/run-test-slice-meson.sh build $CI_NODE_INDEX $CI_NODE_TOTAL'
188
parallel: 10
189
artifacts:
190
reports: