Module: Mesa Branch: main Commit: 2815e5c94daf5bba547e8d9366ec30b7b54eaa47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2815e5c94daf5bba547e8d9366ec30b7b54eaa47
Author: David Heidelberg <david.heidelb...@collabora.com> Date: Sun Oct 22 11:41:47 2023 +0200 ci: hide Mesa install phase So far we show installation part together with meson tests. Reviewed-by: Martin Roukala <martin.rouk...@mupuf.org> Signed-off-by: David Heidelberg <david.heidelb...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843> --- .gitlab-ci/meson/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/meson/build.sh b/.gitlab-ci/meson/build.sh index af738522f78..83c5d2a43e5 100755 --- a/.gitlab-ci/meson/build.sh +++ b/.gitlab-ci/meson/build.sh @@ -104,6 +104,7 @@ fi uncollapsed_section_switch meson-test "meson: test" LC_ALL=C.UTF-8 meson test --num-processes "${FDO_CI_CONCURRENT:-4}" --print-errorlogs ${MESON_TEST_ARGS} +section_switch meson-configure "meson: install" if command -V mold &> /dev/null ; then mold --run ninja install else