summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-01-17 21:51:46 +0100
committerNiels Möller <nisse@lysator.liu.se>2019-01-17 21:51:46 +0100
commit62c7395d88b68df1aede9d178892215b22a28fb2 (patch)
tree5776f017b795a245342ed66ca43e62a3ce5508c2
parent4539091af9bfdcc873e2089301b7d1749050d60f (diff)
downloadnettle-62c7395d88b68df1aede9d178892215b22a28fb2.tar.gz
.gitlab-ci.yml: Use ./bootstrap in gnutls build.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96a007e7..ae01adcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,7 @@ build/gnutls:
- ./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 &&
+ - cd gnutls-git && git submodule update --init && ./bootstrap &&
./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
make -j $(nproc) check
tags: