ci: Capture Ninja log

This will give us a better idea of what's taking time during builds.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33287>
This commit is contained in:
Daniel Stone 2025-01-29 10:16:36 +00:00 committed by Marge Bot
parent 8b1abb2643
commit 28becbb3dc
2 changed files with 2 additions and 0 deletions

View file

@ -267,6 +267,7 @@ include:
- artifacts
- _build/meson-logs/*.txt
- _build/meson-logs/strace
- _build/.ninja_log
# Git archive

View file

@ -21,6 +21,7 @@
paths:
- _build/meson-logs/*.txt
- _build/meson-logs/strace
- _build/.ninja_log
- artifacts
# Just Linux