[glib: 1/4] ci: Export meson-logs from msys2-mingw32 build as artifacts
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/4] ci: Export meson-logs from msys2-mingw32 build as artifacts
- Date: Tue, 29 May 2018 10:47:17 +0000 (UTC)
commit 10415040991e81875b6a4d167af4600d90568bd0
Author: Philip Withnall <withnall endlessm com>
Date: Mon May 28 13:11:22 2018 +0100
ci: Export meson-logs from msys2-mingw32 build as artifacts
This means that compilation and test failures will leave logs on the CI
machines which we can use to debug the failures.
Always export the artifacts. The default `when: on_success` is
appropriate for now, but won’t be in future when the tests actual report
their success value correctly.
Signed-off-by: Philip Withnall <withnall endlessm com>
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccee2ed0c..51e0b35e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,9 @@ 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:
+ when: always
paths:
+ - _build/meson-logs
- _coverage/
vs2017-x64:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]