Trying to fix windows build bot scripts so that errors are reported.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ SET QTDIR=%POKERTH_WIN32_LIB_DIR%\qt
|
|||||||
|
|
||||||
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
|
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
|
||||||
mingw32-make release
|
mingw32-make release
|
||||||
if not errorlevel 0 exit /b %ERRORLEVEL%
|
IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL%
|
||||||
REM Add automatic packaging or copying here.
|
REM Add automatic packaging or copying here.
|
||||||
mingw32-make distclean
|
mingw32-make distclean
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ SET QTDIR=%POKERTH_WIN64_LIB_DIR%\qt
|
|||||||
|
|
||||||
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
|
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
|
||||||
mingw32-make release
|
mingw32-make release
|
||||||
if not errorlevel 0 exit /b %ERRORLEVEL%
|
IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL%
|
||||||
REM Add automatic packaging or copying here.
|
REM Add automatic packaging or copying here.
|
||||||
mingw32-make distclean
|
mingw32-make distclean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user