.gitlab-ci.d: export meson testlog.txt as an artifact
commit29a493765ecd63e2b8c1593c777877ee1f8f1cd1
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 9 May 2022 12:41:34 +0000 (9 13:41 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 May 2022 10:27:32 +0000 (12 12:27 +0200)
tree271862da31bd5381e2ce26bbfa919e64237b0066
parent5e781c700a6ebf089cb01eb4f612479bfcfe186d
.gitlab-ci.d: export meson testlog.txt as an artifact

When running 'make check' we only get a summary of progress on the
console. Fortunately meson/ninja have saved the raw test output to a
logfile. Exposing this log will make it easier to debug failures that
happen in CI.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220509124134.867431-3-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
.gitlab-ci.d/buildtest-template.yml