wip
This commit is contained in:
parent
7dc640fb86
commit
d59b83bb42
|
|
@ -8,18 +8,12 @@ RUBY_OUT=$TARGET/ruby
|
|||
command -v "bundle" || { echo >&2 "bundle is required but not installed. Skipping ruby protocol buffers."; exit 0; }
|
||||
|
||||
# creates a bin folder with 'rprotoc' command inside
|
||||
echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation below"
|
||||
# bundle install --binstubs
|
||||
#echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation below"
|
||||
bundle install --binstubs
|
||||
|
||||
# die on error at this point
|
||||
set -e
|
||||
|
||||
echo "curr"
|
||||
ls -la .
|
||||
echo "parent"
|
||||
ls -la ..
|
||||
echo `pwd`
|
||||
|
||||
echo "building ruby protocol buffers"
|
||||
bin/ruby-protoc $PROTO_FILES --proto_path $SRC --ruby_out $RUBY_OUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue