gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/03: Add MinGW CI build


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/03: Add MinGW CI build
Date: Thu, 15 Mar 2018 21:21:06 +0100

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

tim-ruehsen pushed a commit to branch master
in repository libmicrohttpd.

commit cb511536592a62cfec63c7d3b13e9b470f760ff7
Author: Tim Rühsen <address@hidden>
AuthorDate: Sun Mar 4 21:05:03 2018 +0100

    Add MinGW CI build
---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d2d2032..131afe61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ after_script:
 variables:
   BUILD_IMAGES_PROJECT: libmicrohttpd/build-images
   DEBIAN_BUILD: buildenv-debian-stretch
+  MINGW_BUILD: buildenv-debian-mingw
   GET_SOURCES_ATTEMPTS: "3"
   CONFIGURE_BASE_FLAGS: --enable-asserts --cache-file cache/config.cache
   CFLAGS_DEFAULT: -O0 -g -ggdb3
@@ -92,3 +93,11 @@ Scan-Build/Debian:
     when: on_failure
     paths:
       - scan-build/*
+
+MinGW/Debian:
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$MINGW_BUILD
+  script:
+    - export CC="ccache $PREFIX-gcc"
+    - ./bootstrap
+    - ./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu 
--host=$PREFIX
+    - make -j$(nproc)

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



reply via email to

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