Skip to content

Commit

Permalink
[#39] AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Mar 29, 2017
1 parent 59b6de7 commit 1ac78f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "{branch} {build}"

build:
verbosity: detailed

build_script:
- gradlew.bat assemble --stacktrace --no-daemon

test_script:
- gradlew.bat check --stacktrace --no-daemon

environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.7.0
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0

matrix:
fast_finish: false

0 comments on commit 1ac78f6

Please sign in to comment.