Update .gitlab-ci.yml

This commit is contained in:
Amir Hossein Goodarzi (Numb) 2016-10-25 13:53:56 +00:00
parent 201664d871
commit ee4c927700

View File

@ -6,9 +6,13 @@ cache:
- .gradle/caches
before_script:
- mkdir "$ANDROID_SDK/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_SDK/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_SDK/licenses/android-sdk-preview-license"
- export GRADLE_USER_HOME=$PWD/.gradle
- printf 'y\n\n' | android --verbose update sdk --no-ui
--filter extra-android-m2repository
- printf 'y\n\n' | android update sdk --no-ui --all --filter "extra-android-support"
test:
script: