[gtk/wip/nirbheek/gtk-3-24-meson: 47/48] CI: save meson build logs
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/nirbheek/gtk-3-24-meson: 47/48] CI: save meson build logs
- Date: Fri, 29 Mar 2019 08:21:17 +0000 (UTC)
commit 8d538cadab881ab3a453a89046ffdf4d952b3a7c
Author: Christoph Reiter <creiter src gnome org>
Date: Thu Mar 28 21:14:14 2019 +0100
CI: save meson build logs
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac8a628ab0..20d7737e44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,11 @@ fedora-meson:
stage: build
script:
- bash -x ./.gitlab-ci/test-docker-meson.sh
+ artifacts:
+ when: always
+ name: "gtk3-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
+ paths:
+ - "_build/meson-logs"
msys2-mingw32-meson:
variables:
@@ -27,6 +32,11 @@ msys2-mingw32-meson:
script:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-meson.sh"
+ artifacts:
+ when: always
+ name: "gtk3-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
+ paths:
+ - "_build/meson-logs"
msys2-mingw32-autotools:
when: manual
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]