summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-10 17:45:07 +0100
committerNiels Möller <nisse@lysator.liu.se>2016-03-15 19:32:14 +0100
commit554da5c458ecfcf4e6d7237775f6909faacb74d9 (patch)
treeda133d6a0138ded29aa5615fc7deb2eec980eb53 /.gitlab-ci.yml
parentd353fb79f5ad5f5076fbacc3584df96ad4684162 (diff)
downloadnettle-554da5c458ecfcf4e6d7237775f6909faacb74d9.tar.gz
.gitlab-ci.yml: enhance with mini-gmp builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d44cbb7..eafe0d6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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 &&