CI: Collect all Meson logs, not just the test log

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-06-24 15:07:27 +01:00
parent be17ca80fe
commit aaf0be63bd

View file

@ -86,7 +86,7 @@ variables:
name: "dbus-$CI_JOB_NAME"
when: always
paths:
- "$builddir/meson-logs/testlog.txt"
- "$builddir/meson-logs/*.txt"
windows amd64 image:
stage: "build docker"