From 1c6c1b336ad26359ee465268401f5058abe9fa4c Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 20 Oct 2019 23:39:23 +0200 Subject: CI: Store artifacts for test job Should allow access to result of failed rendering tests. --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72a6780ff..4ada13006 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ appimage:linux: - Inkscape*.AppImage* ### On mac... (this needs a custom mac runner) - + inkscape:mac: stage: build tags: @@ -110,7 +110,7 @@ codequality: allow_failure: true ### We embed script from third party libraries, that we sometimes update from their source. Hence we should NEVER modify them here before submitting the patch upstream! - # Ideally, we should remove all this code and use them as packaged libraries. Unfortunately this check only works for merge requests. + # Ideally, we should remove all this code and use them as packaged libraries. Unfortunately this check only works for merge requests. codeprotect: stage: build @@ -238,6 +238,10 @@ test:linux: script: - cd build - ctest -V + artifacts: + paths: + - build/testfiles + when: always # uploads the clang scan to user.gitlab.io/inkscape/ -- cgit v1.2.3