summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-09 17:19:48 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-14 12:59:59 +0100
commit19f6dc899b3062631eed162f0132f64bc3773282 (patch)
treeae42da60d4ac9eb9036b3535cc085538b4db95b5
parent8d2afc57ddc93040c7eb30b5db24356af2998dcd (diff)
downloadgnutls-19f6dc899b3062631eed162f0132f64bc3773282.tar.gz
.gitlab-ci.yml: include root dir log files in all builds
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09af6b7dfa..a2c2eabc9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,7 @@ Fedora/x86_64/ubsan:
expire_in: 1 week
when: on_failure
paths:
+ - ./*.log
- tests/*.log
- tests/*/*.log
@@ -52,6 +53,7 @@ Fedora/x86_64/no-SSL-3.0:
paths:
- build/guile/tests/*.log
- build/tests/*.log
+ - build/*.log
- build/tests/*/*.log
# Needs gnutls' headers due to some abi-checker issue with resolving deps
@@ -112,6 +114,7 @@ Fedora/x86_64/clang:
expire_in: 1 week
when: on_failure
paths:
+ - ./*.log
- guile/tests/*.log
- tests/*.log
- tests/*/*.log
@@ -146,6 +149,7 @@ Fedora/x86_64/valgrind:
expire_in: 1 week
when: on_failure
paths:
+ - ./*.log
- tests/*.log
- tests/*/*.log
@@ -163,6 +167,7 @@ Fedora/x86_64/asan:
expire_in: 1 week
when: on_failure
paths:
+ - ./*.log
- tests/*.log
- tests/*/*.log
@@ -297,6 +302,7 @@ FreeBSD10/x86_64:
expire_in: 1 week
when: on_failure
paths:
+ - ./*.log
- tests/*.log
- tests/*/*.log
@@ -342,5 +348,6 @@ Debian/x86_64:
when: on_failure
paths:
- guile/tests/*.log
+ - build/*.log
- build/tests/*.log
- build/tests/*/*.log