Add build command

This commit is contained in:
Webber
2019-12-01 00:23:56 +01:00
committed by Webber Takken
parent 4a8095a6fb
commit 5dcd509017
4 changed files with 142 additions and 1 deletions

View File

@@ -64,7 +64,8 @@ CURRENT_BUILD_FULL_PATH=$BUILDS_FULL_PATH/$BUILD_TARGET
#
if [ -z "$BUILD_COMMAND" ]; then
EXECUTE_CUSTOM_METHOD=""
# TODO - copy Builder class from root
EXECUTE_CUSTOM_METHOD="-executeMethod Builder.BuildProject"
else
EXECUTE_CUSTOM_METHOD="-executeMethod $BUILD_COMMAND"
fi