From 359708b9d62581a99c80eff450cf9b2e283cef3c Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 28 Jan 2021 14:21:15 +0100 Subject: [PATCH] Check PDF file structure with QPDF "qpdf --check" checks file structure of generated ARM PDF. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae00a081ab..4d0138780a 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