.gitlab-ci.yml: test distcheck not just dist

This will detect issues that show up on release time.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2023-05-07 14:25:46 +02:00
parent 2bdbf7927c
commit fb31fb4740

View File

@ -214,7 +214,7 @@ Fedora:
- CFLAGS="-g -O0" ./configure --enable-code-coverage --with-kerberos-tests --enable-oidc-auth
- make -j$JOBS
- make check -j$JOBS COVERAGE=1 VERBOSE=1
- make dist
- make distcheck
- make local-code-coverage-output
coverage: '/coverage lines: \d+\.\d+/'
tags: