mirror of https://github.com/grpc/grpc-node.git
Echo commands to see what's going wrong
This commit is contained in:
parent
0e47c12647
commit
7c5f2ce826
|
@ -26,6 +26,8 @@ call npm update || goto :error
|
|||
|
||||
mkdir -p %ARTIFACTS_OUT%
|
||||
|
||||
@echo on
|
||||
|
||||
for %%a in (%arch_list%) do (
|
||||
for %%v in (%node_versions%) do (
|
||||
call .\node_modules\.bin\node-pre-gyp.cmd configure build --target=%%v --target_arch=%%a
|
||||
|
|
Loading…
Reference in New Issue