Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
merge protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaxie committed Apr 18, 2018
2 parents 1033d54 + 8c6167e commit bc9ca33
Show file tree
Hide file tree
Showing 11 changed files with 1,614 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sudo: false

before_install:
- bash install-protobuf.sh
- bash install-googleapis.sh

# check what has been installed by listing contents of protobuf folder
before_script:
Expand All @@ -16,4 +17,8 @@ before_script:
# let's use protobuf
script:
- $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
- $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
- $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
- $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:./ ./api/*.proto

- ls -l
Loading

0 comments on commit bc9ca33

Please sign in to comment.