[vala/wip/ci] ci: Keep ubuntu-clang-asan logs
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci] ci: Keep ubuntu-clang-asan logs
- Date: Sun, 21 Feb 2021 20:26:48 +0000 (UTC)
commit 5dfbb4ebc6306f5d120c18e8aead7e28109e1e00
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Feb 8 10:57:13 2021 +0100
ci: Keep ubuntu-clang-asan logs
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6435fb45e..e3bb18fac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,6 +42,12 @@ ubuntu-clang-asan:
- make -j4
- make -j4 bootstrap
- make -j4 check
+ artifacts:
+ paths:
+ - "tests/test-suite.log"
+ - "valadoc/tests/test-suite.log"
+ when: on_failure
+ expire_in: 2 days
allow_failure: true
ubuntu-clang-x86_64:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]