gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: .gitlab-ci: added "keep-going" fo


From: gnunet
Subject: [libmicrohttpd] branch master updated: .gitlab-ci: added "keep-going" for "check" jobs
Date: Sun, 05 Sep 2021 14:33:16 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 9d3187cf .gitlab-ci: added "keep-going" for "check" jobs
9d3187cf is described below

commit 9d3187cfc185946411ea79f96bac7d9a12fdd1a7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Sep 5 15:31:41 2021 +0300

    .gitlab-ci: added "keep-going" for "check" jobs
---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2533a1a0..7cf69c63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,8 +38,7 @@ gcc/Stretch:
     - export CFLAGS="$CFLAGS_DEFAULT"
     - ./bootstrap
     - ./configure $CONFIGURE_BASE_FLAGS
-    - make -j$(nproc)
-    - make check
+    - make -j$(nproc) && make -k check
   tags:
     - shared
     - linux
@@ -63,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-sanitizers
-    - make check
+    - make -j$(nproc) && make -k check
   tags:
     - shared
     - linux
@@ -82,7 +81,7 @@ Scan-Build/Debian:
     - ./bootstrap
     - scan-build ./configure $CONFIGURE_BASE_FLAGS
     - scan-build -v -enable-checker security,nullability --status-bugs -o 
scan-build make -j$(nproc)
-    - scan-build -v -enable-checker security,nullability --status-bugs -o 
scan-build make check
+    - scan-build -v -enable-checker security,nullability --status-bugs -o 
scan-build make -k 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]