Add concourse pipeline for Windows
Closes gh-15553
This commit is contained in:
6
ci/scripts/build-project-windows.bat
Executable file
6
ci/scripts/build-project-windows.bat
Executable 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)
|
||||
Reference in New Issue
Block a user