Some improvement to 'build-bins.bat' - no bump
This commit is contained in:
parent
be5e80f5a7
commit
8de67cf4d6
|
@ -1,3 +1,16 @@
|
||||||
@setlocal
|
@setlocal
|
||||||
|
@set TMPLOG=bldlog-p.txt
|
||||||
|
|
||||||
cmake --build . --config Release --target PACKAGE
|
@echo Running: 'cmake --build . --config Release --target PACKAGE' out to %TMPLOG%
|
||||||
|
@echo Running: 'cmake --build . --config Release --target PACKAGE' > %TMPLOG%
|
||||||
|
cmake --build . --config Release --target PACKAGE >> %TMPLOG%
|
||||||
|
@if ERRORLEVEL 1 goto ISERR
|
||||||
|
@echo Build package done... see %TMPLOG%
|
||||||
|
@endlocal
|
||||||
|
@exit /b 0
|
||||||
|
|
||||||
|
:ISERR
|
||||||
|
@endlocal
|
||||||
|
@exit /b 1
|
||||||
|
|
||||||
|
@REM eof
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
@setlocal
|
@setlocal
|
||||||
|
@set TMPLOG=bldlog-p.txt
|
||||||
|
|
||||||
cmake --build . --config Release --target PACKAGE
|
@echo Running: 'cmake --build . --config Release --target PACKAGE' out to %TMPLOG%
|
||||||
|
@echo Running: 'cmake --build . --config Release --target PACKAGE' > %TMPLOG%
|
||||||
|
cmake --build . --config Release --target PACKAGE >> %TMPLOG%
|
||||||
|
@if ERRORLEVEL 1 goto ISERR
|
||||||
|
@echo Build package done... see %TMPLOG%
|
||||||
|
@endlocal
|
||||||
|
@exit /b 0
|
||||||
|
|
||||||
|
:ISERR
|
||||||
|
@endlocal
|
||||||
|
@exit /b 1
|
||||||
|
|
||||||
|
@REM eof
|
||||||
|
|
Loading…
Reference in a new issue