[gimp-help/wip/Jehan/ci-2-10-split: 8/8] Just make it much faster with fewer langs for testing.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/wip/Jehan/ci-2-10-split: 8/8] Just make it much faster with fewer langs for testing.
- Date: Fri, 18 Mar 2022 20:02:01 +0000 (UTC)
commit d93e0db7ff85189b408359d3f64a5591c523d5f6
Author: Jehan <jehan girinstud io>
Date: Fri Mar 18 15:34:58 2022 +0100
Just make it much faster with fewer langs for testing.
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48f72d743..d73658703 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,28 +50,28 @@ build-image:
build-debian-1:
extends: .build-debian-base
variables:
- LINGUAS: "ca cs da de el en en_GB"
+ LINGUAS: "en"
HELP_DIR: "_html1"
PDF_DIR: "_pdf1"
build-debian-2:
extends: .build-debian-base
variables:
- LINGUAS: "es fi fr hr it ja"
+ LINGUAS: "it"
HELP_DIR: "_html2"
PDF_DIR: "_pdf2"
build-debian-3:
extends: .build-debian-base
variables:
- LINGUAS: "ko lt nl nn pt_BR"
+ LINGUAS: "ko"
HELP_DIR: "_html3"
PDF_DIR: "_pdf3"
build-debian-4:
extends: .build-debian-base
variables:
- LINGUAS: "ro ru sl sv zh_CN"
+ LINGUAS: "zh_CN"
HELP_DIR: "_html4"
PDF_DIR: "_pdf4"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]