Add support for CI on Windows

Closes gh-865
This commit is contained in:
Madhura Bhave
2019-03-26 15:58:24 -07:00
parent 839b35bada
commit b5e1f6c921
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
SET "JAVA_HOME=C:\opt\jdk1.8.0_161"
cd git-repo
./mvnw clean install