mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-19 20:08:53 -04:00
Check PDF file structure with QPDF
"qpdf --check" checks file structure of generated ARM PDF.
(cherry picked from commit 359708b9d6)
This commit is contained in:
parent
241c4bd613
commit
9f7669cab3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue