diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-06 10:42:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-06 10:42:35 -0400 |
commit | 0bc492feaff91fb00719b94d8a00cb04acfb9366 (patch) | |
tree | 262279a3d7400dd5c958e58b4ab5a4869714b330 | |
parent | c3f7aa93c02a974e0dac2beb267ea74f3177cbbd (diff) | |
download | pango-0bc492feaff91fb00719b94d8a00cb04acfb9366.tar.gz |
ci: preserve logs
Hard to find out what is going wrong, otherwise.
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e150803c..18e86443 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,11 @@ gnome-runtime-linux: - meson _build - ninja -C _build - cd _build; meson test --suite pango + artifacts: + name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%" + when: always + paths: + - _build/meson-logs msys2-mingw64: stage: build |