forked from jasder/antlr
Merge pull request #2082 from ewanmellor/appveyor-cache
Add cache entries to appveyor.yml.
This commit is contained in:
commit
4bff008527
|
@ -1,4 +1,7 @@
|
|||
version: '4.7.1-SNAPSHOT+AppVeyor.{build}'
|
||||
cache:
|
||||
- '%USERPROFILE%\.m2'
|
||||
- '%USERPROFILE%\.nuget\packages -> **\project.json'
|
||||
build: off
|
||||
build_script:
|
||||
- mvn -DskipTests install --batch-mode
|
||||
|
|
Loading…
Reference in New Issue