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




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

    WIP: ci: test quickreference pdf creation

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5e1ee706..7ab580504 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
 variables:
   INSTALL_DIR: "_install"
   INSTALL_PREFIX: "${CI_PROJECT_DIR}/${INSTALL_DIR}"
+  LINGUAS: "en nl"
 
 build-debian:
   stage: build
@@ -23,6 +24,9 @@ build-debian:
         docbook-website
         docbook-xml
         docbook-xsl
+        gettext
+        librsvg2-2
+        librsvg2-bin
         pkg-config
         pngcrush
         pngnq
@@ -38,4 +42,6 @@ build-debian:
     - cd ../web
     - make
     - mv html/ ../html/
+    - cd ../_build
+    - mv ./quickreference/pdf/ ../html/
   timeout: 2 hours


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