summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-07 14:28:46 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-08 17:13:56 +0100
commit1a6c720d44cc97a6c6920df073f1110b993c8461 (patch)
tree6d5b63beeac0107215b9eb2f60941576157c39e4 /.gitlab-ci.yml
parent6b67fc886bed7f3c4370bb7b02d8bd3b2752ed24 (diff)
downloadgnutls-1a6c720d44cc97a6c6920df073f1110b993c8461.tar.gz
configure: added option to enable maintainer mode
That makes normal builds, not regenerate Makefiles or configure, allowing for faster CI builds on second stage.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee25d428b0..91d5d475c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -308,7 +308,7 @@ Fedora/x86_64/build:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- git submodule update --init &&
- make autoreconf && CFLAGS="-std=c99 -O2 -g" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-cxx --disable-valgrind-tests --disable-non-suiteb-curves --enable-code-coverage --enable-gtk-doc
+ make autoreconf && CFLAGS="-std=c99 -O2 -g" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-cxx --disable-valgrind-tests --disable-non-suiteb-curves --enable-code-coverage --enable-gtk-doc --disable-maintainer-mode
&& make -C doc stamp-vti && make -C doc stamp-1 && make -j$(nproc)
tags:
- shared