mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-22 15:49:53 +01:00
Accept build tools license for CI.
This commit is contained in:
@@ -8,6 +8,8 @@ cache:
|
|||||||
before_script:
|
before_script:
|
||||||
- set -e
|
- set -e
|
||||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||||
|
# Accept the license for the Android build tools
|
||||||
|
- echo y | /opt/android-sdk/tools/bin/sdkmanager "build-tools;26.0.2"
|
||||||
# Install the Android support repository
|
# Install the Android support repository
|
||||||
# TODO: Remove this when we upgrade the support library
|
# TODO: Remove this when we upgrade the support library
|
||||||
- echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository'
|
- echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository'
|
||||||
|
|||||||
Reference in New Issue
Block a user