]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: enhance with mini-gmp builds
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 10 Mar 2016 16:45:07 +0000 (17:45 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 15 Mar 2016 18:32:14 +0000 (19:32 +0100)
.gitlab-ci.yml

index 8d44cbb739517a5006a26c00dede0d11dc5e7a46..eafe0d6c32909faae8ff1b8e75be8cdb063cd70a 100644 (file)
@@ -17,6 +17,14 @@ Build and Check (x86):
   - x86
   except:
   - tags
+Build and Check with mini-gmp:
+  script:
+  - ./.bootstrap &&
+    ./configure --disable-documentation --enable-mini-gmp && make -j4 &&
+    make check -j4
+  tags:
+  except:
+  - tags
 Build and Check with ubsan:
   script:
   - ./.bootstrap &&