Skip to content

Commit

Permalink
added AppVeyor-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FibreFoX committed Mar 11, 2016
1 parent 7a354e2 commit 330003a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## thanks to https://dzone.com/articles/continuous-integration-windows
## with some adjustments and exported yaml-settings

version: '{build}'
os: Windows Server 2012
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_tags: true

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

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

cache:
- C:\Users\appveyor\.gradle

environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0

matrix:
fast_finish: true

0 comments on commit 330003a

Please sign in to comment.