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



commit 63eafaf577d533d86a29c6e25b0978256fcfe844
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.10/pdf.

 .gitlab-ci.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80607525d..72cb36765 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,7 @@ build-debian:
     - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
     - cd ../web
     - BUILD_DIR='.' make
-    - mv html/ ../html/
-  timeout: 2 hours
+    - mv /html/ ../html/
+    - cd ../_build
+    - mv /quickreference/pdf/ ../html/2.10/pdf/
+  timeout: 2 hours 30 minutes


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