mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
ci: make meson build and test uncollapsed
Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8419 Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21668>
This commit is contained in:
parent
fb82371558
commit
1fbdf57c48
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ meson setup _build \
|
|||
cd _build
|
||||
meson configure
|
||||
|
||||
section_switch meson-build "meson: build"
|
||||
uncollapsed_section_switch meson-build "meson: build"
|
||||
|
||||
if command -V mold &> /dev/null ; then
|
||||
mold --run ninja
|
||||
|
|
@ -93,7 +93,7 @@ else
|
|||
fi
|
||||
|
||||
|
||||
section_switch meson-test "meson: test"
|
||||
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}
|
||||
if command -V mold &> /dev/null ; then
|
||||
mold --run ninja install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue