summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-06 15:28:01 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-07 22:06:46 +0100
commitb72c9db9ed5b31c7102c1d151f1a0609b41bf74d (patch)
tree195f7b97c3840f85e7eb43e86cb76a953849036e
parenteed646e168f7dba5cbf99e62939518cc730b422b (diff)
downloadgnutls-b72c9db9ed5b31c7102c1d151f1a0609b41bf74d.tar.gz
.gitlab-ci.yml: include subdirs of suite/ in artifacts
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2444fa598d..e83c8d2e6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -163,6 +163,7 @@ no-SSL-3.0/Fedora/x86_64:
- build/tests/*.log
- build/*.log
- build/tests/*/*.log
+ - build/tests/suite/*/*.log
FIPS140-2/Fedora/x86_64:
stage: stage2-testing
@@ -266,6 +267,7 @@ asan/Fedora/x86_64:
- ./*.log
- tests/*.log
- tests/*/*.log
+ - tests/suite/*/*.log
clang-analyzer/Fedora/x86_64:
stage: stage2-testing
@@ -456,6 +458,7 @@ Fedora/x86:
- build/*.log
- build/tests/*.log
- build/tests/*/*.log
+ - build/tests/suite/*/*.log
# Check with undefined sanitizer + obtain coverage output
ubsan/Fedora/x86_64:
@@ -477,6 +480,7 @@ ubsan/Fedora/x86_64:
- ./*.log
- tests/*.log
- tests/*/*.log
+ - tests/suite/*/*.log
build/Debian/x86_64:
stage: stage2-testing
@@ -497,3 +501,4 @@ build/Debian/x86_64:
- build/*.log
- build/tests/*.log
- build/tests/*/*.log
+ - build/tests/suite/*/*.log