gitlab-ci: test 'fdroid build' CI job setup

This commit is contained in:
Hans-Christoph Steiner 2020-11-09 14:46:25 +01:00
parent e927ed02a8
commit 10d5aa6bc4
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 16 additions and 0 deletions

View File

@ -243,3 +243,19 @@ gradle:
- python3 -m ensurepip
- $pip install beautifulsoup4 requests
- ./tests/gradle-release-checksums.py
# this tests the basic setup of the 'fdroid build' CI job in fdroiddata
fdroiddata fdroid build:
image: registry.gitlab.com/fdroid/ci-images-client:latest
only:
changes:
- buildserver/provision-apt-get-install
script:
- bash buildserver/provision-apt-get-install http://deb.debian.org/debian
- apt-get dist-upgrade
- apt-get install -t stretch-backports
fdroidserver
python3-asn1crypto
python3-ruamel.yaml
yamllint
- apt-get purge fdroidserver