[gimp/wip/schumaml/gitlab-ci: 14/15] build: .gitlab-ci.yml: keep app/tests/*.log as artifacts when failing
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/schumaml/gitlab-ci: 14/15] build: .gitlab-ci.yml: keep app/tests/*.log as artifacts when failing
- Date: Mon, 22 Jul 2019 04:31:37 +0000 (UTC)
commit 9f3f884e17d3394ce90a04043fa16234b969b810
Author: Michael Schumacher <schumaml gmx de>
Date: Mon Jul 22 06:24:15 2019 +0200
build: .gitlab-ci.yml: keep app/tests/*.log as artifacts when failing
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63e7b4b612..c4114c4e3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -167,6 +167,12 @@ gegl-git-autotools:
- LIBMYPAINT_CFLAGS="-I/usr/include/libmypaint-1.3 -I/usr/include/json-c" LIBMYPAINT_LIBS="-lmypaint-1.3
-ljson-c" PKG_CONFIG_PATH="$INSTALL_PREFIX/lib/pkgconfig" ../autogen.sh --prefix="$INSTALL_PREFIX"
$CONFIG_OPTIONS
- LD_LIBRARY_PATH="$INSTALL_PREFIX/lib:$LD_LIBRARY_PATH" make
- LD_LIBRARY_PATH="$INSTALL_PREFIX/lib:$LD_LIBRARY_PATH" make check
+ artifacts:
+ name: "app-tests-logs-$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+ when: on_failure
+ expire_in: 1 week
+ paths:
+ - app/tests/*.log
# .build-default:
# extends: .build-gimp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]