debugging build
This commit is contained in:
parent
cbf348564d
commit
7dc640fb86
|
|
@ -14,6 +14,12 @@ echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation belo
|
|||
# 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