summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-12-02 08:56:05 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-12-02 12:48:36 +0100
commite22661a673d3611d0ad96e4dff81f1730eebaa13 (patch)
treec8d431baef295d69e5d560449b17cb0ab168a2b3 /.gitlab-ci.yml
parente62a9bcbd1389daedbc5f5c72e2a2d3c3a19ff92 (diff)
downloadgnutls-e22661a673d3611d0ad96e4dff81f1730eebaa13.tar.gz
libopts: include new files into disttmp-libopts-fix
This also includes --enable-local-libopts flag to make dist to catch future regressions. Resolves: #867 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9fc9a9949..2283ccc333 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,6 +72,8 @@ doc-dist.Fedora:
- make -C doc gnutls.html
- PATH="$PATH:/usr/share/sgml/docbook/xsl-stylesheets-1.79.1/epub/bin/" make -C doc gnutls.epub &&
make -C doc/latex gnutls.pdf
+# check whether distribution with or without included libopts is ok
+ - make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-local-libopts --disable-tests"
- make distcheck
tags:
- shared