This commit is contained in:
AbdullahM0hamed 2020-11-14 17:47:30 +00:00
parent 5f43e1509c
commit e42b2ea897
1 changed files with 16 additions and 0 deletions

16
appveyor.yml Normal file
View File

@ -0,0 +1,16 @@
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:
- cd src
- ls | grep -v "all" | xargs rm -rf
- cd all
- ls | grep -v "emerald" | xargs rm -rf
- cd ../..
- gradlew.bat assemble
artifacts:
- path: src/*/*/build/outputs/apk/debug/*.apk