[gimp-help/wip/Jehan/ci-2-10-split] gitlab-ci: let's try to build all languages, but in 3 jobs.



commit 930aa645d47c5f17734389cc09ef792e66a92801
Author: Jehan <jehan girinstud io>
Date:   Wed Mar 16 16:01:28 2022 +0100

    gitlab-ci: let's try to build all languages, but in 3 jobs.

 .gitlab-ci.yml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f8fe4028..d5711fef6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ build-image:
 
     - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination 
$CI_REGISTRY_IMAGE:build-debian-latest --cache=true --cache-ttl=120h
 
-build-debian:
+.build-debian-base:
   stage: build
   image: $CI_REGISTRY_IMAGE:build-debian-latest
   artifacts:
@@ -49,3 +49,18 @@ build-debian:
     - mv ./pdf/ ../../html/2.10/pdf/
   timeout: 2 hours 30 minutes
   needs: ["build-image"]
+
+build-debian-1:
+  extends: .build-debian-base
+  variables:
+    LINGUAS: "ca cs da de el en en_GB es"
+
+build-debian-2:
+  extends: .build-debian-base
+  variables:
+    LINGUAS: "fi fr hr it ja ko lt nl"
+
+build-debian-3:
+  extends: .build-debian-base
+  variables:
+    LINGUAS: "nn pt_BR ro ru sl sv zh_CN"


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