[geary/wip/flatpak-3-32-build-fixes] Keep meson test logs in GitLab CI for Fedora and Ubunut builds
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/flatpak-3-32-build-fixes] Keep meson test logs in GitLab CI for Fedora and Ubunut builds
- Date: Wed, 17 Jul 2019 07:15:09 +0000 (UTC)
commit e28b5bb27aed15b1e0e2d426d4268b35afb17ac9
Author: Michael Gratton <mike vee net>
Date: Sun Jun 23 14:37:37 2019 +1000
Keep meson test logs in GitLab CI for Fedora and Ubunut builds
This should help debug build problems.
.gitlab-ci.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd6221f9..35adff0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,12 @@ fedora:
- $BUILD_CMD
- $TEST_CMD
- $INSTALL_CMD
+ artifacts:
+ when: 'always'
+ paths:
+ - '$BUILD_DIR/meson-logs/meson-log.txt'
+ - '$BUILD_DIR/meson-logs/testlog.txt'
+ expire_in: 2 days
ubuntu:
stage: build
@@ -60,6 +66,12 @@ ubuntu:
- $BUILD_CMD
- $TEST_CMD
- $INSTALL_CMD
+ artifacts:
+ when: 'always'
+ paths:
+ - '_build/meson-logs/meson-log.txt'
+ - '_build/meson-logs/testlog.txt'
+ expire_in: 2 days
flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]