mirror of
https://github.com/lightbend/config.git
synced 2025-01-27 12:40:05 +08:00
Add appveyor config.
This commit is contained in:
parent
dffa45cc91
commit
220095438c
14
appveyor.yml
Normal file
14
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user