Delete logs folder after build
This commit is contained in:
@@ -20,8 +20,9 @@ pushd build\%TARGET_MODE% >NUL 2>&1
|
||||
%CMAKE% --build . --config %TARGET_MODE%) && (
|
||||
%CMAKE% --build . --target install --config %TARGET_MODE% && (
|
||||
rd /s /q "%ROOT%dist\%TARGET_MODE%\config"
|
||||
rd /s /q "%ROOT%dist\%TARGET_MODE%\htdocs\.idea"
|
||||
rd /s /q "%ROOT%dist\%TARGET_MODE%\htdocs\.idea"
|
||||
del /q "%ROOT%dist\%TARGET_MODE%\*.log"
|
||||
rd /s /q "%ROOT%dist\%TARGET_MODE%\logs"
|
||||
if "%TARGET_MODE%"=="Release" (
|
||||
del /q "%ROOT%dist\%TARGET_MODE%\*.lib"
|
||||
del /q "%ROOT%dist\%TARGET_MODE%\*.pdb"
|
||||
|
Reference in New Issue
Block a user