Appveyor w/ semantic version

This commit is contained in:
Burt Harris 2016-09-25 16:53:27 -07:00
parent 683cbee2e7
commit d9047112f5
1 changed files with 6 additions and 0 deletions

6
appveyor.yml Normal file
View File

@ -0,0 +1,6 @@
version: '4.5.4-SNAPSHOT+Appveyor.{build}'
os: Windows Server 2012
build_script:
- mvn compile --batch-mode
test_script:
- mvn install -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