]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Check PDF file structure with QPDF
authorMichal Nowak <mnowak@isc.org>
Thu, 28 Jan 2021 13:21:15 +0000 (14:21 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 3 Feb 2021 16:50:08 +0000 (17:50 +0100)
"qpdf --check" checks file structure of generated ARM PDF.

(cherry picked from commit 359708b9d62581a99c80eff450cf9b2e283cef3c)

.gitlab-ci.yml

index 95f52c69fb32fc22ad6ac6e312ecd0cb9cc2a210..23d546a1ffc04b06bbc12629398ecf8f869752eb 100644 (file)
@@ -535,6 +535,7 @@ docs:
     - make -j${BUILD_PARALLEL_JOBS:-1} all V=1
     - make -j${BUILD_PARALLEL_JOBS:-1} doc V=1
     - if test "$(git status --porcelain | grep -Ev '\?\?' | grep -v -F -e aclocal.m4 -e configure -e ltmain.sh -e m4/ | wc -l)" -gt "0"; then git status --short; exit 1; fi
+    - qpdf --check doc/arm/_build/latex/Bv9ARM.pdf
   needs:
     - job: autoreconf
       artifacts: true