mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-13 16:35:21 +00:00
8 lines
183 B
YAML
8 lines
183 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,ERRORPRONE_JDK8 install
|