summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-30 16:11:21 +0100
committerBastien Nocera <hadess@hadess.net>2021-11-30 16:13:37 +0100
commit3979491caba62ffb28d2bb304ea3bcc319b3e89d (patch)
treecc7d25911abe35c4b7a2f664cace40ee6e63f738 /.gitlab-ci.yml
parent633abe492d9d99feefb81d8b3f928370550d89b0 (diff)
downloadgnome-bluetooth-3979491caba62ffb28d2bb304ea3bcc319b3e89d.tar.gz
ci: Export build logs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c11b469f..2358ed57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,3 +41,7 @@ build_stable:
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- dnf install -y $DEPENDENCIES_ABI_CHECK
- check-abi --suppr .ci/gbt.suppr ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ artifacts:
+ when: always
+ paths:
+ - "${CI_PROJECT_DIR}/_build/meson-logs/"