docker images to do interop testing before submitting code c++ and java are done previously, adding ruby and node. see script tools/gce_setup/private_build_and_test.shpull/1611/head
parent
b5b4d16866
commit
79d68d550b
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
#!/bin/bash |
||||||
|
cp -R /var/local/git-clone/grpc /var/local/git |
||||||
|
|
||||||
|
make clean -C /var/local/git/grpc |
||||||
|
|
||||||
|
make install_c -j12 -C /var/local/git/grpc |
||||||
|
|
||||||
|
cd /var/local/git/grpc/src/node && npm install && node-gyp rebuild |
@ -0,0 +1,8 @@ |
|||||||
|
#!/bin/bash |
||||||
|
cp -R /var/local/git-clone/grpc /var/local/git |
||||||
|
|
||||||
|
make clean -C /var/local/git/grpc |
||||||
|
|
||||||
|
make install_c -j12 -C /var/local/git/grpc |
||||||
|
|
||||||
|
/bin/bash -l -c 'cd /var/local/git/grpc/src/ruby && gem update bundler && bundle && rake' |
Loading…
Reference in new issue