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




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

    WIP: ci: test quickreference pdf creation

 .gitlab-ci.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5e1ee706..aa2e1882c 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
@@ -37,5 +41,7 @@ build-debian:
     - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
     - cd ../web
     - make
-    - mv html/ ../html/
+    - 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]