2016-11-22 06:39:20 +08:00
|
|
|
version: '4.6-SNAPSHOT+AppVeyor.{build}'
|
2016-09-26 07:53:27 +08:00
|
|
|
os: Windows Server 2012
|
|
|
|
build_script:
|
2016-11-22 06:40:46 +08:00
|
|
|
- mvn -DskipTests install -q --batch-mode
|
2016-09-26 07:53:27 +08:00
|
|
|
test_script:
|
2016-09-26 23:28:52 +08:00
|
|
|
- mvn install -q -Dantlr-python2-python="C:\Python27\python.exe" -Dantlr-python3-python="C:\Python35\python.exe" -Dantlr-javascript-nodejs="C:\Program Files (x86)\nodejs\node.exe" --batch-mode
|
2016-09-26 23:39:59 +08:00
|
|
|
build:
|
|
|
|
verbosity: minimal
|