[skip ci] AppVeyor: fail again, if tests fail
This commit is contained in:
parent
d2080808db
commit
b734d4bbc1
@ -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 ==========
|
||||||
|
Loading…
Reference in New Issue
Block a user