aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-02-28 15:03:35 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-28 22:29:34 +0100
commitf2bb6090bf6044d727b86422ed9a21281d6b5959 (patch)
treeb8b6d930b600d1c32c1864a936f83ae5a3f167e6 /.gitlab-ci.yml
parent37b6d7a49114b597acb1d3850ee6c12bb84967ec (diff)
downloadlibmicrohttpd-f2bb6090bf6044d727b86422ed9a21281d6b5959.tar.gz
libmicrohttpd-f2bb6090bf6044d727b86422ed9a21281d6b5959.zip
Add testcurl/https logs to artifacts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc8f81ef..4d2d2032 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,8 @@ gcc/Stretch:
47 when: on_failure 47 when: on_failure
48 paths: 48 paths:
49 - ./*.log 49 - ./*.log
50 - src/microhttpd/*.log 50 - src/*/*.log
51 - src/*/*/*.log
51 52
52# In this build we combine 53# In this build we combine
53# * clang 54# * clang
@@ -71,7 +72,8 @@ Sanitizers/Stretch:
71 when: on_failure 72 when: on_failure
72 paths: 73 paths:
73 - ./*.log 74 - ./*.log
74 - src/microhttpd/*.log 75 - src/*/*.log
76 - src/*/*/*.log
75 77
76Scan-Build/Debian: 78Scan-Build/Debian:
77 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD 79 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD