[gimp-help] ci: add gettext and librsvg2 dependencies, but limit build to en



commit c4495267af7a8256f4b05dfe65502c02441caa6a
Author: Jacob Boerema <jgboerema gmail com>
Date:   Wed Feb 23 16:21:56 2022 -0500

    ci: add gettext and librsvg2 dependencies, but limit build to en
    
    Also move generated quickreference pdf to html/2.99/pdf.

 .gitlab-ci.yml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17238b59d..e2f0b9512 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"
 
 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,8 @@ build-debian:
     - mv ${INSTALL_PREFIX}/share/gimp/3.0/help/ ../www/
     - cd ../web
     - make
-    - mv html/ ../html/
-  timeout: 2 hours
+    - mv /html/ ../html/
+    - mkdir ../html/2.99
+    - cd ../_build/quickreference
+    - mv ./pdf/ ../../html/2.99/pdf/
+  timeout: 2 hours 30 minutes


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