1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

gitlab-ci: fix debian_testing and ubuntu_lts_ppa jobs

!1110
These setups did not have dexdump at all.
This commit is contained in:
Hans-Christoph Steiner 2022-05-03 22:05:39 +02:00
parent 1ae6e4e254
commit cea192b9fb
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -84,6 +84,7 @@ debian_testing:
aapt aapt
androguard androguard
apksigner apksigner
dexdump
fdroidserver fdroidserver
git git
gnupg gnupg
@ -110,7 +111,7 @@ ubuntu_lts_ppa:
- echo "deb http://ppa.launchpad.net/fdroid/fdroidserver/ubuntu $RELEASE main" >> /etc/apt/sources.list - echo "deb http://ppa.launchpad.net/fdroid/fdroidserver/ubuntu $RELEASE main" >> /etc/apt/sources.list
- apt-get update - apt-get update
- apt-get dist-upgrade - apt-get dist-upgrade
- apt-get install --install-recommends fdroidserver git python3-setuptools - apt-get install --install-recommends dexdump fdroidserver git python3-setuptools
- cd tests - cd tests
- ./run-tests - ./run-tests