From 2815e5c94daf5bba547e8d9366ec30b7b54eaa47 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 22 Oct 2023 11:41:47 +0200 Subject: [PATCH] ci: hide Mesa install phase So far we show installation part together with meson tests. Reviewed-by: Martin Roukala Signed-off-by: David Heidelberg Part-of: --- .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