mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
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:
parent
8b1abb2643
commit
28becbb3dc
2 changed files with 2 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ include:
|
|||
- artifacts
|
||||
- _build/meson-logs/*.txt
|
||||
- _build/meson-logs/strace
|
||||
- _build/.ninja_log
|
||||
|
||||
# Git archive
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
paths:
|
||||
- _build/meson-logs/*.txt
|
||||
- _build/meson-logs/strace
|
||||
- _build/.ninja_log
|
||||
- artifacts
|
||||
|
||||
# Just Linux
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue