mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
gitlab-ci: remove arch_pip_install job
https://gitlab.com/fdroid/fdroidserver/-/jobs/8898887965 It broke and no one seems to want to maintain it.
This commit is contained in:
parent
f14c3e38c8
commit
594099a10c
1 changed files with 0 additions and 15 deletions
|
@ -183,21 +183,6 @@ ubuntu_jammy_pip:
|
||||||
- LANGUAGE='de' fdroid --help | grep 'Gültige Befehle sind'
|
- LANGUAGE='de' fdroid --help | grep 'Gültige Befehle sind'
|
||||||
|
|
||||||
|
|
||||||
# test installation process on a bleeding edge distro with pip
|
|
||||||
arch_pip_install:
|
|
||||||
image: archlinux
|
|
||||||
only:
|
|
||||||
- master@fdroid/fdroidserver
|
|
||||||
script:
|
|
||||||
- pacman --sync --sysupgrade --refresh --noconfirm gcc git grep python-pip python-virtualenv python-wheel tar
|
|
||||||
- python -m venv venv
|
|
||||||
- source venv/bin/activate
|
|
||||||
- pip install -e .[test]
|
|
||||||
- fdroid
|
|
||||||
- fdroid readmeta
|
|
||||||
- fdroid update --help
|
|
||||||
|
|
||||||
|
|
||||||
# The gradlew-fdroid tests are isolated from the rest of the test
|
# The gradlew-fdroid tests are isolated from the rest of the test
|
||||||
# suite, so they run as their own job.
|
# suite, so they run as their own job.
|
||||||
gradlew-fdroid:
|
gradlew-fdroid:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue