Skip to content

Commit

Permalink
Merge pull request #57 from mpollmeier/windows-build
Browse files Browse the repository at this point in the history
Enabled build on windows box
  • Loading branch information
velo committed Feb 15, 2016
2 parents b6827d2 + 4a6d9ab commit 8a8ead2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: scala

os:
- linux
jdk:
- oraclejdk8
sudo: required
dist: trusty

install:
- mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q -f driver/pom.xml -Dfailsafe.timeout=0
Expand Down
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '{build}'

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

os: Windows Server 2012

install:
- cmd: choco install maven -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

0 comments on commit 8a8ead2

Please sign in to comment.