aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/generate_proto_ruby.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-04 23:31:56 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-04 23:31:56 -0700
commit60aa0109059d58cd276ece4e55d794d18834723f (patch)
tree9600b6664f0bdfa726143c63285733fbc1463b17 /src/ruby/pb/generate_proto_ruby.sh
parent73cf3db0a52f70c3fad9bbe63981d92f8ae86f7e (diff)
parenteb9b6dbf11559593f7ac1f2dc10543c6be9ab475 (diff)
Merge branch 'ignore_connectivity' of github.com:ctiller/grpc into ignore_connectivity
Diffstat (limited to 'src/ruby/pb/generate_proto_ruby.sh')
-rwxr-xr-xsrc/ruby/pb/generate_proto_ruby.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ruby/pb/generate_proto_ruby.sh b/src/ruby/pb/generate_proto_ruby.sh
index 727245a3ef..82dad18ad0 100755
--- a/src/ruby/pb/generate_proto_ruby.sh
+++ b/src/ruby/pb/generate_proto_ruby.sh
@@ -40,11 +40,18 @@ $PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \
--ruby_out=src/ruby/pb \
--plugin=$PLUGIN
-$PROTOC -I . test/proto/{messages,test,empty}.proto \
+$PROTOC -I . \
+ src/proto/grpc/testing/{messages,test,empty}.proto \
--grpc_out=src/ruby/pb \
--ruby_out=src/ruby/pb \
--plugin=$PLUGIN
+$PROTOC -I . \
+ src/proto/grpc/testing/{messages,payloads,stats,services,control}.proto \
+ --grpc_out=src/ruby/qps \
+ --ruby_out=src/ruby/qps \
+ --plugin=$PLUGIN
+
$PROTOC -I src/proto/math src/proto/math/math.proto \
--grpc_out=src/ruby/bin \
--ruby_out=src/ruby/bin \