ci: Include meson logs in build job artifacts
Can be useful for diagnosing CI issues.
This commit is contained in:
parent
79c572fbd3
commit
c20437bf48
|
@ -60,6 +60,7 @@ debian-bullseye:
|
|||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- build/meson-logs/
|
||||
- build/test/piglit-results/
|
||||
variables:
|
||||
CCACHE_COMPILERCHECK: content
|
||||
|
|
Loading…
Reference in New Issue