-
rswindell authored
(to testbuild.js), I suspect the setlocal call is causing the current error level to not be passed up to the caller. If build.bat failed, testbuild.js would not always detect the build failure.
rswindell authored(to testbuild.js), I suspect the setlocal call is causing the current error level to not be passed up to the caller. If build.bat failed, testbuild.js would not always detect the build failure.
build.bat 195 B
@echo off
setlocal
rem *** Requires Microsoft Visual C++ 2013 ***
call "%VS120COMNTOOLS%\vsvars32.bat"
msbuild sbbs3.sln %1 %2 %3 %4 %5
if errorlevel 1 echo. & echo !ERROR(s) occurred & exit /b 1