Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Oct 27, 2018
1 parent b596c29 commit 6a90fd2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

environment:
matrix:
- ANDROID_HOME: "C:\\android-sdk-windows"
install:
- appveyor DownloadFile https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
- 7z x sdk-tools-windows-3859397.zip -oC:\android-sdk-windows > nul
- yes | C:\android-sdk-windows\tools\bin\sdkmanager.bat --licenses
build_script:
- gradlew.bat assemble
test_script:
- gradlew.bat test

0 comments on commit 6a90fd2

Please sign in to comment.