Skip to content

Commit

Permalink
Add appveyor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Aug 18, 2016
1 parent dffa45c commit 2200954
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2200954

Please sign in to comment.