gitlab-ci: check that localization works when installed with pip

This commit is contained in:
FestplattenSchnitzel 2023-02-16 21:52:26 +01:00 committed by Hans-Christoph Steiner
parent beb49eea48
commit ac9b20f6ab
1 changed files with 3 additions and 0 deletions

View File

@ -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: