mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 13:08:19 +00:00
8 lines
173 B
YAML
8 lines
173 B
YAML
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
cache:
|
|
- C:\maven\
|
|
- C:\Users\appveyor\.m2\repository
|
|
build_script:
|
|
- cmd: mvn -P MINPARALLEL,ALLMODULES clean install
|