]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: added build with gnutls
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 6 Nov 2017 15:32:48 +0000 (16:32 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 8 Nov 2017 19:48:43 +0000 (20:48 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
.gitlab-ci.yml

index 4a78430c18626d4d983e5448ff77e4e7db231408..f4b07cfd1c17cb9502e4056da3cf97e9cd3d27a3 100644 (file)
@@ -87,3 +87,17 @@ build/static-analyzers:
     when: on_failure
     paths:
       - scan-build-lib/*
+build/gnutls:
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
+  script:
+  - ./.bootstrap &&
+  - ./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 &&
+    make -j4 && make install
+  - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git
+  - cd gnutls-git && git submodule update --init && make autoreconf &&
+    ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
+    make -j $(nproc) check
+  tags:
+  - shared
+  except:
+  - tags