cicd: Jiggeled targets

This commit is contained in:
jamesread 2022-11-12 12:55:15 +04:00
parent d53c88f314
commit 6143b2f8ed
1 changed files with 2 additions and 4 deletions

View File

@ -34,12 +34,10 @@ go-tools:
go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc" go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
go install "google.golang.org/protobuf/cmd/protoc-gen-go" go install "google.golang.org/protobuf/cmd/protoc-gen-go"
setup: grpc githooks go-tools grpc: go-tools
grpc:
buf generate buf generate
dist: grpc dist: protoc
protoc: protoc:
protoc --go_out=. --go-grpc_out=. --grpc-gateway_out=. -I .:/usr/include/ OliveTin.proto protoc --go_out=. --go-grpc_out=. --grpc-gateway_out=. -I .:/usr/include/ OliveTin.proto