Skip to content

Commit

Permalink
Add generate_proto.sh to android IOV
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Mar 12, 2020
1 parent 51400f2 commit 2c71365
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BNSD_VERSION=1.0.0

rm -rf spec gen

wget https://github.com/iov-one/weave/releases/download/v${BNSD_VERSION}/weave-v${BNSD_VERSION}-proto-spec.tar.gz -O weave-proto-spec.tar.gz
tar xzvf weave-proto-spec.tar.gz
rm -rf weave-proto-spec.tar.gz

docker run --rm -v $(pwd):/work iov1/prototool:0.2.2 prototool generate


0 comments on commit 2c71365

Please sign in to comment.