From b72c9db9ed5b31c7102c1d151f1a0609b41bf74d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 6 Mar 2017 15:28:01 +0100 Subject: .gitlab-ci.yml: include subdirs of suite/ in artifacts Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1