aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-11-10 08:57:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-11-10 09:33:41 +0300
commitcfc790488d356a47e2424121cafd64b1fc40bfe4 (patch)
treee013ef36d557ee8a838ac49d977cd5fce782c515
parente62cd69da842695af952deb61e069c7126e24f53 (diff)
downloadlibmicrohttpd-cfc790488d356a47e2424121cafd64b1fc40bfe4.tar.gz
libmicrohttpd-cfc790488d356a47e2424121cafd64b1fc40bfe4.zip
.gitlab-ci.yml: removed "keep-going" make flag
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1023d59..af754881 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ gcc/Stretch:
38 - export CFLAGS="$CFLAGS_DEFAULT" 38 - export CFLAGS="$CFLAGS_DEFAULT"
39 - ./bootstrap 39 - ./bootstrap
40 - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers 40 - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers
41 - make -j$(nproc) && make -k check 41 - make -j$(nproc) && make check
42 tags: 42 tags:
43 - shared 43 - shared
44 - linux 44 - linux
@@ -62,7 +62,7 @@ Sanitizers/Stretch:
62 - export CC="ccache clang" 62 - export CC="ccache clang"
63 - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer 63 - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
64 - ./configure $CONFIGURE_BASE_FLAGS --disable-doc --enable-build-type=debug --enable-sanitizers 64 - ./configure $CONFIGURE_BASE_FLAGS --disable-doc --enable-build-type=debug --enable-sanitizers
65 - make -j$(nproc) && make -k check 65 - make -j$(nproc) && make check
66 tags: 66 tags:
67 - shared 67 - shared
68 - linux 68 - linux