Skip to content

Commit 456157f

Browse files
author
Claus
committed
adding continuous script.
1 parent 0db1b3c commit 456157f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/RunContinuousBuild.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SET "release="
2+
FOR /F "skip=1 delims=" %%i IN (version.txt) DO IF NOT DEFINED release SET "release=%%i"
3+
4+
RunBuild.bat %release% alpha%1

0 commit comments

Comments
 (0)