Work around old apksigner on f-droid.org publish server

This commit is contained in:
Jochen Sprickerhof 2022-09-20 13:58:41 +00:00 committed by Hans-Christoph Steiner
parent 2b5ac31bf8
commit cf228d35a3
3 changed files with 30 additions and 2 deletions

View file

@ -102,6 +102,27 @@ debian_testing:
- ./run-tests
# This tests with buster-backports to match what is used on the f-droid.org publish server.
buster_backports:
image: debian:buster-backports
<<: *apt-template
script:
- apt-get install
aapt
androguard
apksigner
dexdump
fdroidserver
git
gnupg
python3-defusedxml
python3-setuptools
zipalign
- apt-get install -t buster-backports apksigner
- cd tests
- ./run-tests
# Test using latest LTS set up with the PPA, including Recommends.
ubuntu_lts_ppa:
image: ubuntu:latest