summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-08-21 15:53:21 +0100
committerSimon McVittie <smcv@debian.org>2020-08-21 17:43:25 +0100
commit864b9d782222d308db6664991815bdbd4f319887 (patch)
tree37ab76eb051769f6ef04ed5785a82e2825a46167
parentb648508fe85b047ff338ca41f6acc27788183873 (diff)
downloadgtk-doc-864b9d782222d308db6664991815bdbd4f319887.tar.gz
CI: Collect logs from meson build as artifacts
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f84030..82ff02e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,10 @@ meson-build:
- meson test -C _build
except:
- tags
+ artifacts:
+ when: always
+ paths:
+ - _build/meson-logs/*
# common