16 lines
584 B
Batchfile
16 lines
584 B
Batchfile
@echo off
|
|
echo Y|del up\*.*
|
|
node premake.js
|
|
set dat=%date:~8,2%%date:~3,2%%date:~0,2%%time:~0,2%%time:~3,2%
|
|
set comment=‘¡®àª %dat%
|
|
set /p comment2="‚¢¥¤¨â¥ ®¯¨á ¨¥ ᡮન ['%comment%'] "
|
|
if "%comment2%"=="" (
|
|
set comment2=%comment%
|
|
) ELSE (
|
|
set comment2=%comment2% %dat%
|
|
)
|
|
git commit -a -m "%comment2%"
|
|
git push
|
|
"C:\Program Files (x86)\Tibbo\TIDE\Bin\tmake.exe" -r -p "C:\Program Files (x86)\Tibbo\TIDE\Platforms" KSM-Line-2.2_tpp2.tpr
|
|
"C:\Program Files (x86)\Tibbo\TIDE\Bin\tmake.exe" -r -p "C:\Program Files (x86)\Tibbo\TIDE\Platforms" KSM-Line-2.2_tpp3.tpr
|
|
call postmake.cmd |