Skip to content
Snippets Groups Projects
Commit 62c7395d authored by Niels Möller's avatar Niels Möller
Browse files

.gitlab-ci.yml: Use ./bootstrap in gnutls build.

parent 4539091a
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ build/gnutls: ...@@ -72,7 +72,7 @@ build/gnutls:
- ./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 && - ./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 &&
make -j4 && make install make -j4 && make install
- git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git
- cd gnutls-git && git submodule update --init && make autoreconf && - cd gnutls-git && git submodule update --init && ./bootstrap &&
./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) && ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
make -j $(nproc) check make -j $(nproc) check
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment