File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ sudo: false
88
99before_install :
1010 - bash install-protobuf.sh
11- - bash install-googleapis.sh
11+ # - bash install-googleapis.sh
1212
1313# check what has been installed by listing contents of protobuf folder
1414before_script :
1515 - ls -R $HOME/protobuf
1616
1717# let's use protobuf
18- script :
19- - $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
20- - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
21- - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
22- - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:./ ./api/*.proto
18+ # script:
19+ # - $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
20+ # - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
21+ # - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
22+ # - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:./ ./api/*.proto
2323
24- - ls -l
24+ # - ls -l
You can’t perform that action at this time.
0 commit comments