mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Accept build tools license for CI.
This commit is contained in:
@@ -8,6 +8,8 @@ cache:
|
||||
before_script:
|
||||
- set -e
|
||||
- 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
|
||||
# TODO: Remove this when we upgrade the support library
|
||||
- echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository'
|
||||
|
||||
Reference in New Issue
Block a user