From ac9b20f6ab6702750c0914ca5d6579da5952fe62 Mon Sep 17 00:00:00 2001 From: FestplattenSchnitzel Date: Thu, 16 Feb 2023 21:52:26 +0100 Subject: [PATCH] gitlab-ci: check that localization works when installed with pip --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4672e077..63b7c97c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,9 @@ ubuntu_jammy_pip: - export PATH=$PATH:$ANDROID_HOME/build-tools/33.0.0 - fdroid=`which fdroid` ./tests/run-tests + # check localization was properly installed + - LANGUAGE='de' fdroid --help | grep 'Gültige Befehle sind' + # test installation process on a bleeding edge distro with pip arch_pip_install: