mirror of https://github.com/grpc/grpc-node.git
Build failures on Windows should be noticed.
This commit is contained in:
parent
e9a7f5ae07
commit
4ba954a3eb
|
|
@ -22,7 +22,11 @@ git submodule foreach --recursive git submodule update --init
|
|||
|
||||
set ARTIFACTS_OUT=artifacts
|
||||
cd packages\grpc-native-core
|
||||
call tools\run_tests\artifacts\build_artifact_node.bat
|
||||
call tools\run_tests\artifacts\build_artifact_node.bat || goto :error
|
||||
cd ..\..
|
||||
|
||||
move packages\grpc-native-core\artifacts .
|
||||
goto :EOF
|
||||
|
||||
:error
|
||||
exit /b 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue