mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: check that localization works when installed with pip
This commit is contained in:
parent
beb49eea48
commit
ac9b20f6ab
1 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,9 @@ ubuntu_jammy_pip:
|
||||||
- export PATH=$PATH:$ANDROID_HOME/build-tools/33.0.0
|
- export PATH=$PATH:$ANDROID_HOME/build-tools/33.0.0
|
||||||
- fdroid=`which fdroid` ./tests/run-tests
|
- 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
|
# test installation process on a bleeding edge distro with pip
|
||||||
arch_pip_install:
|
arch_pip_install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue