Add concourse pipeline for Windows

Closes gh-15553
This commit is contained in:
Madhura Bhave
2019-06-24 15:25:05 -07:00
parent 0da0bff397
commit bb85612723
7 changed files with 135 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
SET "JAVA_HOME=C:\opt\jdk-8"
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
echo ".\mvnw clean install" > build.log
.\mvnw clean install >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)