summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-04-23 13:32:11 +0200
committerBastien Nocera <hadess@hadess.net>2021-04-23 13:49:23 +0200
commit9acf33906bbee95fd5f37593630996b5ab3b3dce (patch)
tree736df6e3830237d393393ceea0825d92cdd0dc32
parent899ddba5e1aad2ab0b1ba9dde2f54a7540b766f1 (diff)
downloadtotem-pl-parser-9acf33906bbee95fd5f37593630996b5ab3b3dce.tar.gz
ci: Always export test results to the CI
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9d14e5..9fb9ff8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,3 +25,7 @@ build-fedora:
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- dnf install -y $DEPS_ABI_CHECK
- check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ artifacts:
+ when: always
+ paths:
+ - _build/meson-logs/*