Trying to fix windows build bot scripts so that errors are reported.

This commit is contained in:
lotodore
2010-10-17 21:31:31 +00:00
parent 0c97d44c80
commit a76a512ce5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ SET QTDIR=%POKERTH_WIN32_LIB_DIR%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
if not errorlevel 0 exit /b %ERRORLEVEL%
IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL%
REM Add automatic packaging or copying here.
mingw32-make distclean
+1 -1
View File
@@ -11,7 +11,7 @@ SET QTDIR=%POKERTH_WIN64_LIB_DIR%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
if not errorlevel 0 exit /b %ERRORLEVEL%
IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL%
REM Add automatic packaging or copying here.
mingw32-make distclean