Skip to content

Commit 7fc393d

Browse files
committed
Add AppVeyor build
1 parent 6cbbb61 commit 7fc393d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 0.2.7.{build}
2+
3+
image: Visual Studio 2019
4+
platform:
5+
- x64
6+
7+
build: off
8+
9+
build_script:
10+
- mkdir build
11+
- gradlew assemble
12+
13+
artifacts:
14+
- path: 'build\libs\*'

0 commit comments

Comments
 (0)