gitlab-ci: ensure android-23 is present for `fdroid build` test

This test builds https://gitlab.com/fdroid/ci-test-app, which uses android-23
This commit is contained in:
Hans-Christoph Steiner 2020-09-16 18:18:06 +02:00
parent 69e4d48924
commit 59018a887b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ test:
image: registry.gitlab.com/fdroid/ci-images-server:latest
script:
- $pip install -e .[test]
# the `fdroid build` test in tests/run-tests needs android-23
- echo y | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-23"
- cd tests
- ./complete-ci-tests