[skip ci] AppVeyor: fail again, if tests fail

This commit is contained in:
bergwerkgis 2015-09-07 14:43:24 +00:00
parent d2080808db
commit b734d4bbc1

View File

@ -75,10 +75,10 @@ SET PATH=%PROJECT_DIR%\osrm-deps\libs\bin;%PATH%
ECHO running datastructure-tests.exe ... ECHO running datastructure-tests.exe ...
datastructure-tests.exe datastructure-tests.exe
::IF %ERRORLEVEL% NEQ 0 GOTO ERROR IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO running algorithm-tests.exe ... ECHO running algorithm-tests.exe ...
algorithm-tests.exe algorithm-tests.exe
::IF %ERRORLEVEL% NEQ 0 GOTO ERROR IF %ERRORLEVEL% NEQ 0 GOTO ERROR
IF NOT "%APPVEYOR_REPO_BRANCH%"=="develop" GOTO DONE IF NOT "%APPVEYOR_REPO_BRANCH%"=="develop" GOTO DONE
ECHO ========= CREATING PACKAGES ========== ECHO ========= CREATING PACKAGES ==========