Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
appveyor: display android sdk update output
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Sep 4, 2015
1 parent 7551eaa commit 2ae6b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
ANDROID_NDK_HOME: C:\android-ndk-r10e
ANDROID_HOME: C:\android-sdk-windows
install:
- echo y | C:\android-sdk-windows\tools\android.bat update sdk --no-ui --all --filter android-23,platform-tools,tools,build-tools-23.0.0,extra-google-m2repository,extra-android-m2repository > nul
- echo y | C:\android-sdk-windows\tools\android.bat update sdk --no-ui --all --filter android-23,platform-tools,tools,build-tools-23.0.0,extra-google-m2repository,extra-android-m2repository
build_script:
- cd builder
- gradlew test
Expand Down

0 comments on commit 2ae6b9c

Please sign in to comment.