grpc-node/test/kokoro-nodejs-build-test.bat

10 lines
159 B
Batchfile

cd /d %~dp0
cd ..
call ./tools/release/kokoro-grpc-tools.bat || goto :error
call ./tools/release/kokoro-nodejs.bat || goto :error
goto :EOF
:error
exit /b 1