diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-03-06 15:28:01 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-03-07 22:06:46 +0100 |
commit | b72c9db9ed5b31c7102c1d151f1a0609b41bf74d (patch) | |
tree | 195f7b97c3840f85e7eb43e86cb76a953849036e /.gitlab-ci.yml | |
parent | eed646e168f7dba5cbf99e62939518cc730b422b (diff) | |
download | gnutls-b72c9db9ed5b31c7102c1d151f1a0609b41bf74d.tar.gz |
.gitlab-ci.yml: include subdirs of suite/ in artifacts
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
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 |