From 01b466cb4c1ec4dc1ad51bf1aad4a50efb433729 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@beagleboard.org> Date: Mon, 3 Jul 2023 13:18:49 -0400 Subject: [PATCH] ci: gitlab-build.sh check version of pdfcpu and show size difference --- gitlab-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitlab-build.sh b/gitlab-build.sh index 3a614016..a31e212d 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -47,7 +47,10 @@ HERE # Build, optimize, and serve PDF make latexpdf BUILDDIR=public/$VER_DIR + pdfcpu version + du -sh public/$VER_DIR/latex/beagleboard-docs.pdf pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf + du -sh public/$VER_DIR/latex/beagleboard-docs.pdf mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/ # Cleanup -- GitLab