Skip to content

Commit 8ead80e

Browse files
committed
add go proto ci
1 parent 623ceea commit 8ead80e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ before_script:
1717
# let's use protobuf
1818
script:
1919
- $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
20+
- $HOME/protobuf/bin/protoc --go_out=./ ./core/*.proto
21+
- $HOME/protobuf/bin/protoc --go_out=./ ./api/*.proto
22+
- $HOME/protobuf/bin/protoc --grpc-gateway_out=logtostderr=true:./ ./api/*.proto
23+
2024
- ls -l

0 commit comments

Comments
 (0)