Skip to content
Snippets Groups Projects
Commit 554da5c4 authored by Nikos Mavrogiannopoulos's avatar Nikos Mavrogiannopoulos Committed by Niels Möller
Browse files

.gitlab-ci.yml: enhance with mini-gmp builds

parent d353fb79
Branches
Tags
No related merge requests found
...@@ -17,6 +17,14 @@ Build and Check (x86): ...@@ -17,6 +17,14 @@ Build and Check (x86):
- x86 - x86
except: except:
- tags - 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: Build and Check with ubsan:
script: script:
- ./.bootstrap && - ./.bootstrap &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment