We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffa45c commit 2200954Copy full SHA for 2200954
appveyor.yml
@@ -0,0 +1,14 @@
1
+version: '{build}'
2
+os: Windows Server 2012
3
+install:
4
+ - cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
5
+ - cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
6
+ - cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
7
+build_script:
8
+ - sbt clean compile
9
+test_script:
10
+ - sbt test
11
+ - sbt doc
12
+cache:
13
+ - C:\sbt\
14
+ - C:\Users\appveyor\.ivy2
0 commit comments