Skip to content

Commit

Permalink
Setup protoc translation
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jun 29, 2020
1 parent cbbdeb7 commit 8ca75e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/pkg/
/spec/reports/
/tmp/
/lib/google/protobuf/descriptor_pb.rb
/lib/google/protobuf/plugin_pb.rb
4 changes: 3 additions & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ set -vx

bundle install

protoc --version || echo "Install protoc"
mkdir -p lib/google/protobuf
protoc -Iprotos --ruby_out=lib/google/protobuf protos/descriptor.proto
protoc -Iprotos --ruby_out=lib/google/protobuf protos/plugin.proto

0 comments on commit 8ca75e1

Please sign in to comment.