mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
ci: fixup section names
Copy-paste typo + missed section_end update.
Fixes: 2815e5c94d ("ci: hide Mesa install phase")
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25982>
This commit is contained in:
parent
ab6ef87720
commit
4ddfc4503d
1 changed files with 2 additions and 2 deletions
|
|
@ -104,11 +104,11 @@ 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"
|
||||
section_switch meson-install "meson: install"
|
||||
if command -V mold &> /dev/null ; then
|
||||
mold --run ninja install
|
||||
else
|
||||
ninja install
|
||||
fi
|
||||
cd ..
|
||||
section_end meson-test
|
||||
section_end meson-install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue