Skip to content

Commit f937ba5

Browse files
committed
Add AppVeyor CI
1 parent c1a7583 commit f937ba5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 0.0.0.{build}
2+
3+
clone_depth: 1
4+
5+
image: Visual Studio 2022
6+
7+
before_build:
8+
- 'mklink /D C:\android-sdk "C:\Program Files (x86)\Android\android-sdk"'
9+
- 'set ANDROID_HOME=C:\android-sdk'
10+
- 'set JAVA_HOME=C:\Program Files\Java\jdk17'
11+
12+
build_script:
13+
- gradlew.bat build connectedCheck
14+
15+
after_build:
16+
- 'appveyor PushArtifact app\build\reports\lint-results-debug.html'
17+
18+
deploy: off

0 commit comments

Comments
 (0)