From fc93ced06702ee66cee17b4d8d0ee391f4d35f7a Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Thu, 16 Nov 2017 12:37:44 +0000 Subject: [PATCH] Download the Android support repository for CI. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2606024673..7aa7299031 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,12 @@ cache: - .gradle/caches before_script: + - set -e - export GRADLE_USER_HOME=$PWD/.gradle + # Install the Android support repository + # TODO: Remove this when we upgrade the support library + - echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository' + # Download OpenJDK 6 so we can compile against its standard library - JDK_FILE=openjdk-6-jre-headless_6b38-1.13.10-1~deb7u1_amd64.deb - if [ ! -d openjdk ] - then -- GitLab