gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: CI fix from Tim


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: CI fix from Tim
Date: Fri, 18 Oct 2019 15:03:41 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 4ce0a690 CI fix from Tim
4ce0a690 is described below

commit 4ce0a69094d3865970e050db8df41f4f4d34486e
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Oct 18 15:00:58 2019 +0200

    CI fix from Tim
---
 .gitlab-ci.yml | 6 ++----
 1 file 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:
 
 # In this build we combine
 #  * gcc
-#  * check, distcheck
+#  * check
 gcc/Stretch:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
   script:
@@ -40,7 +40,6 @@ gcc/Stretch:
     - ./configure $CONFIGURE_BASE_FLAGS
     - make -j$(nproc)
     - make check
-    - make -j$(nproc) distcheck
   tags:
     - shared
   artifacts:
@@ -54,7 +53,7 @@ gcc/Stretch:
 # In this build we combine
 #  * clang
 #  * ASan, UBSan
-#  * check, distcheck
+#  * check
 Sanitizers/Stretch:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
   script:
@@ -65,7 +64,6 @@ Sanitizers/Stretch:
     - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
     - ./configure $CONFIGURE_BASE_FLAGS --disable-doc
     - make check
-    - make -j$(nproc) distcheck
   tags:
     - shared
   artifacts:

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



reply via email to

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