commit f2bb6090bf6044d727b86422ed9a21281d6b5959
parent 37b6d7a49114b597acb1d3850ee6c12bb84967ec
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date: Wed, 28 Feb 2018 15:03:35 +0100
Add testcurl/https logs to artifacts
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -47,7 +47,8 @@ gcc/Stretch:
when: on_failure
paths:
- ./*.log
- - src/microhttpd/*.log
+ - src/*/*.log
+ - src/*/*/*.log
# In this build we combine
# * clang
@@ -71,7 +72,8 @@ Sanitizers/Stretch:
when: on_failure
paths:
- ./*.log
- - src/microhttpd/*.log
+ - src/*/*.log
+ - src/*/*/*.log
Scan-Build/Debian:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD