Skip to content
Snippets Groups Projects
Commit b221d219 authored by akwizgran's avatar akwizgran
Browse files

Accept all SDK license agreements for CI runner.

parent 8bac2026
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ cache:
before_script:
- export GRADLE_USER_HOME=$PWD/.gradle
# - export ANDROID_COMPILE_SDK=`sed -n 's,.*compileSdkVersion\s*\([0-9][0-9]*\).*,\1,p' app/build.gradle`
# - echo y | android --silent update sdk --no-ui --filter android-${ANDROID_COMPILE_SDK}
- echo y | /opt/android-sdk/tools/bin/sdkmanager "build-tools;23.0.3"
test:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment