summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2018-05-29 10:45:28 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2018-05-29 10:45:28 +0000
commit4100c84c060c8f99709fa6818e06c49e3e7ba61a (patch)
tree9830b04d524b28a3701525d28b2e4d63b7b14c97 /.gitlab-ci.yml
parenta077746e4e004762dbc9d1bf4209b1daaed35f9a (diff)
parent91208e8d3f4c1a1e7a9dda45b6e4e8c437b578c0 (diff)
downloadglib-4100c84c060c8f99709fa6818e06c49e3e7ba61a.tar.gz
Merge branch 'msys2-export-meson-logs-artifacts' into 'master'
ci: Export meson-logs from msys2-mingw32 build as artifacts See merge request GNOME/glib!33
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfabdcd62..3ba862ab0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,8 @@ fedora-meson-x86_64:
except:
- tags
artifacts:
- name: "glib-_${CI_COMMIT_REF_NAME}"
+ name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
+ when: always
paths:
- "${CI_PROJECT_DIR}/_build/meson-logs"
- "${CI_PROJECT_DIR}/_coverage"
@@ -67,7 +68,10 @@ msys2-mingw32:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
artifacts:
+ name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
+ when: always
paths:
+ - _build/meson-logs
- _coverage/
vs2017-x64:
@@ -77,6 +81,7 @@ vs2017-x64:
script:
- .gitlab-ci/test-msvc.bat
artifacts:
+ name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always
paths:
- _build/meson-logs
@@ -84,6 +89,7 @@ vs2017-x64:
coverage:
stage: coverage
artifacts:
+ name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
paths:
- _coverage/
script: