From 59018a887bca889e53855973f9804b1c41fcad28 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 16 Sep 2020 18:18:06 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14807970..40b87667 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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