Skip to content

Commit

Permalink
Enabled build on windows box
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 15, 2016
1 parent f37bd25 commit ae95f2d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '{build}'

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

os: Windows Server 2012

install:
- cmd: choco install mvn -y -f
- cmd: choco install sbt -y -f
- cmd: refreshenv


build_script:
- mvn clean install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- cd tests-scala ; sbt test

0 comments on commit ae95f2d

Please sign in to comment.