Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangminh1789 committed Sep 23, 2023
1 parent f4bceb4 commit 1b07e86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AutoBuild/BuildTool/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ SETLOCAL enableDelayedExpansion

CALL %~dp0config.bat

SET BUILD_DATE=%time:~0,2%%time:~3,2%
SET LOG_PATH=%WORKSPACE%/%BUILD_DATE%/log.txt
SET OUTPUT_PATH=%WORKSPACE%/%BUILD_DATE%/AutoBuild/Test.exe

SET LOG_PATH=%WORKSPACE%/log.txt
SET OUTPUT_PATH=%WORKSPACE%/AutoBuild/Test.exe

ECHO BUILD_DATE: '%BUILD_DATE%'
ECHO PROJECT_PATH: '%PROJECT_PATH%'
ECHO Unity path: '%UNITY_PATH%'

Expand Down

0 comments on commit 1b07e86

Please sign in to comment.