mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Merge pull request #419 from 2m/wip/appveyor
Enable PR verification on Windows using AppVeyor CI
This commit is contained in:
commit
7f5be868d6
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