gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/02: .gitlab-ci.yml: added warnings flags


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: .gitlab-ci.yml: added warnings flags, disabled parallel tests
Date: Fri, 19 Apr 2019 08:50:16 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 2f1e0dcc08ef99e9ba542d52c4c5b5378f51dc5a
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Apr 19 09:45:39 2019 +0300

    .gitlab-ci.yml: added warnings flags, disabled parallel tests
---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 131afe61..9343368a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ variables:
   MINGW_BUILD: buildenv-debian-mingw
   GET_SOURCES_ATTEMPTS: "3"
   CONFIGURE_BASE_FLAGS: --enable-asserts --cache-file cache/config.cache
-  CFLAGS_DEFAULT: -O0 -g -ggdb3
+  CFLAGS_DEFAULT: -O0 -g -ggdb3 -Wall -Wextra
 
 # In this build we combine
 #  * gcc
@@ -39,7 +39,7 @@ gcc/Stretch:
     - ./bootstrap
     - ./configure $CONFIGURE_BASE_FLAGS
     - make -j$(nproc)
-    - make -j$(nproc) check
+    - make check
     - make -j$(nproc) distcheck
   tags:
     - shared
@@ -65,6 +65,7 @@ Sanitizers/Stretch:
     - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
     - ./configure $CONFIGURE_BASE_FLAGS --disable-doc
     - make -j$(nproc) check
+    - make check
     - make -j$(nproc) distcheck
   tags:
     - shared
@@ -83,7 +84,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 -j$(nproc) check
+    - scan-build -v -enable-checker security,nullability --status-bugs -o 
scan-build make check
   tags:
     - shared
   except:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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