gitlab-ci: ubuntu_lts_ppa & debian_testing jobs need sdkmanager

This commit is contained in:
Hans-Christoph Steiner 2023-04-12 13:10:31 +02:00 committed by Michael Pöhn
parent 894a421d43
commit 3b0a6575de
1 changed files with 3 additions and 1 deletions

View File

@ -100,8 +100,10 @@ debian_testing:
jq
python3-defusedxml
python3-setuptools
sdkmanager
- python3 -c 'import fdroidserver'
- python3 -c 'import androguard'
- python3 -c 'import sdkmanager'
- cd tests
- ./run-tests
@ -120,7 +122,7 @@ ubuntu_lts_ppa:
- echo "deb http://ppa.launchpad.net/fdroid/fdroidserver/ubuntu $RELEASE main" >> /etc/apt/sources.list
- apt-get update
- apt-get dist-upgrade
- apt-get install --install-recommends dexdump fdroidserver git jq python3-setuptools
- apt-get install --install-recommends dexdump fdroidserver git jq python3-setuptools sdkmanager
- cd tests
- ./run-tests