diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-10-20 21:39:23 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-10-20 22:01:29 +0000 |
| commit | 1c6c1b336ad26359ee465268401f5058abe9fa4c (patch) | |
| tree | 5a3adfd5698539d9f6d20e4a1e56b920cf6d3b3d /.gitlab-ci.yml | |
| parent | Improvements to blending and tooltip (diff) | |
| download | inkscape-1c6c1b336ad26359ee465268401f5058abe9fa4c.tar.gz inkscape-1c6c1b336ad26359ee465268401f5058abe9fa4c.zip | |
CI: Store artifacts for test job
Should allow access to result of failed rendering tests.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 6 insertions, 2 deletions
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/ |
