From: Michal Nowak Date: Thu, 28 Jan 2021 13:21:15 +0000 (+0100) Subject: Check PDF file structure with QPDF X-Git-Tag: v9.17.10~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=359708b9d62581a99c80eff450cf9b2e283cef3c;p=thirdparty%2Fbind9.git Check PDF file structure with QPDF "qpdf --check" checks file structure of generated ARM PDF. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae00a081ab7..4d0138780a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -553,6 +553,7 @@ docs: script: - *configure - make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1 + - qpdf --check doc/arm/_build/latex/Bv9ARM.pdf needs: - job: autoreconf artifacts: true