hapi-fhir/appveyor.yml

8 lines
156 B
YAML
Raw Normal View History

version: 1.0.{build}
2017-11-13 20:59:33 -05:00
image: Visual Studio 2017
cache:
- C:\maven\
- C:\Users\appveyor\.m2
build_script:
2017-11-15 12:42:53 -05:00
- cmd: mvn -P MINPARALLEL,ALLMODULES install