]> 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:39:58 +0000 (17:39 +0100)
"qpdf --check" checks file structure of generated ARM PDF.

.gitlab-ci.yml

index ae00a081ab75f60ab7c0892ca7a35af77322329b..4d0138780a1c073fc004c0338c62d206c2318505 100644 (file)
@@ -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