From: Simon McVittie Date: Fri, 24 Jun 2022 14:07:27 +0000 (+0100) Subject: CI: Collect all Meson logs, not just the test log X-Git-Tag: dbus-1.15.0~32^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaf0be63bdac30c4debf39ea7fcb17f480aef08f;p=thirdparty%2Fdbus.git CI: Collect all Meson logs, not just the test log Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee993cf15..698ddc4b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"