Fix windows ci build script to exit with the correct exit code.

This commit is contained in:
Sridhar Periyasamy 2015-10-21 12:05:39 -07:00
parent 6349a19846
commit b2c3ef484f

View file

@ -1,3 +1,5 @@
@echo off
CALL %~dp0..\build.cmd
CALL %~dp0..\build.cmd %*
exit /b %errorlevel%