Create appveyor.yml

This commit is contained in:
NekoInverter 2020-02-04 12:09:58 +08:00
parent 543f6ae155
commit 7769898f82
2 changed files with 17 additions and 1 deletions

View File

@ -7,7 +7,7 @@ android {
applicationId "org.meowcat.edxposed.manager"
minSdkVersion 21
targetSdkVersion 27
versionCode 45401
versionCode 45402
versionName "4.5.4"
}
buildTypes {

16
appveyor.yml Normal file
View File

@ -0,0 +1,16 @@
environment:
matrix:
- ANDROID_HOME: "C:\\android-sdk-windows"
install:
- cmd: >-
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 > nul
cache: C:\android-sdk-windows\
build_script:
- cmd: gradlew.bat assembleRelease
artifacts:
- path: app/build/outputs/apk/
name: APK