Fix windows ci build script to exit with the correct exit code.
This commit is contained in:
parent
6349a19846
commit
b2c3ef484f
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
@echo off
|
||||
|
||||
CALL %~dp0..\build.cmd
|
||||
CALL %~dp0..\build.cmd %*
|
||||
|
||||
exit /b %errorlevel%
|
||||
|
|
Loading…
Reference in a new issue