[gimp-help/wip/wormnest/ci-pdf] WIP: ci: test quickreference pdf creation




commit 8b154140dfc08c4b354a54856e7500664573a066
Author: Jacob Boerema <jgboerema gmail com>
Date:   Tue Feb 22 18:33:54 2022 -0500

    WIP: ci: test quickreference pdf creation

 .gitlab-ci.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5e1ee706..81bd3bf50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,9 @@ build-debian:
         docbook-website
         docbook-xml
         docbook-xsl
+        gettext
+        librsvg2-2
+        librsvg2-bin
         pkg-config
         pngcrush
         pngnq
@@ -37,5 +40,7 @@ build-debian:
     - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
     - cd ../web
     - make
-    - mv html/ ../html/
-  timeout: 2 hours
+    - mv /html/ ../html/
+    - cd ../_build
+    - find ./quickreference/pdf/ -name "*.pdf" -exec mv '{}' ../html/ \;
+  timeout: 2 hours 30 minutes


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]