Merge branch 'master' of github.com:jamesagnew/hapi-fhir
This commit is contained in:
commit
6da0809284
12
appveyor.yml
12
appveyor.yml
|
@ -1,5 +1,7 @@
|
|||
version: 1.0.{build}
|
||||
image: Visual Studio 2017
|
||||
cache: C:\Users\appveyor\.m2\repository
|
||||
build_script:
|
||||
- cmd: mvn install
|
||||
version: {build}
|
||||
image: Visual Studio 2017
|
||||
cache:
|
||||
- C:\maven\
|
||||
- C:\Users\appveyor\.m2
|
||||
build_script:
|
||||
- cmd: mvn -P MINPARALLEL install
|
||||
|
|
Loading…
Reference in New Issue