1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-01 08:40:11 +02:00

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

View File

@ -7,6 +7,8 @@ test:
image: registry.gitlab.com/fdroid/ci-images-server:latest image: registry.gitlab.com/fdroid/ci-images-server:latest
script: script:
- $pip install -e .[test] - $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 - cd tests
- ./complete-ci-tests - ./complete-ci-tests