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:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
- build/meson-logs/
|
||||||
- build/test/piglit-results/
|
- build/test/piglit-results/
|
||||||
variables:
|
variables:
|
||||||
CCACHE_COMPILERCHECK: content
|
CCACHE_COMPILERCHECK: content
|
||||||
|
|
Loading…
Reference in New Issue