File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77sudo : false
88
9- # before_install:
9+ before_install :
1010 # - bash install-protobuf.sh
1111 # - bash install-googleapis.sh
1212
1313# check what has been installed by listing contents of protobuf folder
14- # before_script:
14+ before_script :
1515 # - ls -R $HOME/protobuf
1616
1717# let's use protobuf
18- # script:
18+ script :
1919# - $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
2020# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
2121# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
2222# - $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