Add appveyor config.

This commit is contained in:
Martynas Mickevicius 2016-08-18 16:27:01 +02:00
parent dffa45cc91
commit 220095438c

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