aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-18 15:00:58 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-18 15:01:19 +0200
commit4ce0a69094d3865970e050db8df41f4f4d34486e (patch)
treee3b90b5eebbcfe371fdbfbfc5ba6d2744c57082a
parent093c83c2270e18294811f394c9af87a2cb56ea20 (diff)
downloadlibmicrohttpd-4ce0a69094d3865970e050db8df41f4f4d34486e.tar.gz
libmicrohttpd-4ce0a69094d3865970e050db8df41f4f4d34486e.zip
CI fix from Tim
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d0d9a6b..0d42e9c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ variables:
31 31
32# In this build we combine 32# In this build we combine
33# * gcc 33# * gcc
34# * check, distcheck 34# * check
35gcc/Stretch: 35gcc/Stretch:
36 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD 36 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
37 script: 37 script:
@@ -40,7 +40,6 @@ gcc/Stretch:
40 - ./configure $CONFIGURE_BASE_FLAGS 40 - ./configure $CONFIGURE_BASE_FLAGS
41 - make -j$(nproc) 41 - make -j$(nproc)
42 - make check 42 - make check
43 - make -j$(nproc) distcheck
44 tags: 43 tags:
45 - shared 44 - shared
46 artifacts: 45 artifacts:
@@ -54,7 +53,7 @@ gcc/Stretch:
54# In this build we combine 53# In this build we combine
55# * clang 54# * clang
56# * ASan, UBSan 55# * ASan, UBSan
57# * check, distcheck 56# * check
58Sanitizers/Stretch: 57Sanitizers/Stretch:
59 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD 58 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
60 script: 59 script:
@@ -65,7 +64,6 @@ Sanitizers/Stretch:
65 - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer 64 - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
66 - ./configure $CONFIGURE_BASE_FLAGS --disable-doc 65 - ./configure $CONFIGURE_BASE_FLAGS --disable-doc
67 - make check 66 - make check
68 - make -j$(nproc) distcheck
69 tags: 67 tags:
70 - shared 68 - shared
71 artifacts: 69 artifacts: