[gimp-web/oscp] Reduce number of translations built during testing...



commit b6c638665e031f570d89acaaa292ef419a7ecceb
Author: Jacob Boerema <jgboerema gmail com>
Date:   Thu Jun 2 22:23:34 2022 -0400

    Reduce number of translations built during testing...

 testing.docs.gimp.org/docs_build/entrypoint.sh | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/testing.docs.gimp.org/docs_build/entrypoint.sh b/testing.docs.gimp.org/docs_build/entrypoint.sh
index bd3138ba..40b4bfee 100755
--- a/testing.docs.gimp.org/docs_build/entrypoint.sh
+++ b/testing.docs.gimp.org/docs_build/entrypoint.sh
@@ -6,6 +6,9 @@ set -e
 RELEASE=2.10
 BUILD_PATH=/tmp/gimp-help
 
+# Reduce languages during testing
+export ALL_LINGUAS="en ja zh_CN"
+
 git clone --depth 1 --single-branch -b gimp-help-${RELEASE//\./\-} 
https://gitlab.gnome.org/GNOME/gimp-help.git ${BUILD_PATH}
 cd ${BUILD_PATH}/web && BUILD_DIR='.' make
 cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install


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