Merge pull request #419 from 2m/wip/appveyor

Enable PR verification on Windows using AppVeyor CI
This commit is contained in:
Havoc Pennington 2016-08-18 13:16:12 -04:00 committed by GitHub
commit 7f5be868d6

14
appveyor.yml Normal file
View File

@ -0,0 +1,14 @@
version: '{build}'
os: Windows Server 2012
install:
- cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
build_script:
- sbt clean compile
test_script:
- sbt test
- sbt doc
cache:
- C:\sbt\
- C:\Users\appveyor\.ivy2