summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-07 08:12:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-05-09 21:44:33 +0200
commitccb03b58d36f279fa7cc71d2b81af4dfbfb3d513 (patch)
treecc98447610cf3f80a5dd641641d4884fe088ab12 /.gitlab-ci.yml
parent0653c1561168ca43445bf027a3e57827890c06d0 (diff)
downloadgnutls-ccb03b58d36f279fa7cc71d2b81af4dfbfb3d513.tar.gz
Makefile.am: optimized the abi-check configure step
Also ensured that the same build flags are applied in both builds for ABI checking. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 841cab3557..d78167324b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
# name to allow expiration of old caches.
cache:
- key: "$CI_JOB_NAME-ver3"
+ key: "$CI_JOB_NAME-ver4"
paths:
- cache/
@@ -61,7 +61,7 @@ abi-coverage.Fedora:
script:
- git submodule update --init --no-fetch
- make autoreconf
- - CFLAGS="-std=c99 -g -Og" dash ./configure --disable-gcc-warnings --cache-file cache/config.cache --prefix=/usr --libdir=/usr/lib64 --enable-code-coverage --disable-non-suiteb-curves --disable-maintainer-mode --disable-doc
+ - CFLAGS="-g -Og" dash ./configure --disable-gcc-warnings --cache-file cache/config.cache --prefix=/usr --libdir=/usr/lib64 --enable-code-coverage --disable-non-suiteb-curves --disable-maintainer-mode --disable-doc
&& make -j$(nproc)
- make abi-check
- make pic-check