Merge pull request #2342 from Project-OSRM/publish-win-binaries

make AppVeyor publish binaries again
This commit is contained in:
Patrick Niklaus 2016-04-29 11:16:27 +02:00
commit ff3bf32b11

View File

@ -129,7 +129,7 @@ ECHO running server-tests.exe ...
unit_tests\%Configuration%\server-tests.exe
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
IF NOT "%APPVEYOR_REPO_BRANCH%"=="develop" GOTO DONE
IF NOT "%APPVEYOR_REPO_BRANCH%"=="master" GOTO DONE
ECHO ========= CREATING PACKAGES ==========
CD %PROJECT_DIR%\build\%Configuration%