mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +01: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:
parent
69e4d48924
commit
59018a887b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user