gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/07: .gitlab-ci.yml: removed "keep-going" make flag


From: gnunet
Subject: [libmicrohttpd] 01/07: .gitlab-ci.yml: removed "keep-going" make flag
Date: Fri, 10 Nov 2023 15:40:10 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit cfc790488d356a47e2424121cafd64b1fc40bfe4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Nov 10 08:57:56 2023 +0300

    .gitlab-ci.yml: removed "keep-going" make flag
---
 .gitlab-ci.yml | 4 ++--
 1 file 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:
     - export CFLAGS="$CFLAGS_DEFAULT"
     - ./bootstrap
     - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug 
--disable-sanitizers
-    - make -j$(nproc) && make -k check
+    - make -j$(nproc) && make check
   tags:
     - shared
     - linux
@@ -62,7 +62,7 @@ Sanitizers/Stretch:
     - export CC="ccache clang"
     - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
     - ./configure $CONFIGURE_BASE_FLAGS --disable-doc 
--enable-build-type=debug --enable-sanitizers
-    - make -j$(nproc) && make -k check
+    - make -j$(nproc) && make check
   tags:
     - shared
     - linux

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]