mirror of
https://github.com/grpc/grpc-node.git
synced 2026-02-01 14:54:35 +00:00
13 lines
300 B
Batchfile
13 lines
300 B
Batchfile
cd /d %~dp0
|
|
cd ../..
|
|
|
|
git submodule update --init --recursive
|
|
|
|
@rem make sure msys binaries are preferred over cygwin binaries
|
|
set PATH=C:\tools\msys64\usr\bin;%PATH%
|
|
set ARTIFACTS_OUT=%cd%/artifacts
|
|
powershell -File ./packages/grpc-tools/build_binaries.ps1 || goto :error
|
|
goto :EOF
|
|
|
|
:error
|
|
exit /b 1 |