cicd: githooks no longer triggered by grpc. protoc added as alternative to buf.

This commit is contained in:
jamesread 2022-11-12 12:12:09 +04:00
parent 244404afbc
commit 58f3aaf47d
1 changed files with 8 additions and 1 deletions

View File

@ -34,9 +34,16 @@ 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"
grpc: githooks go-tools setup: grpc githooks go-tools
grpc:
buf generate buf generate
dist: grpc
protoc:
protoc --go_out=. --go-grpc_out=. --grpc-gateway_out=. -I .:/usr/include/ OliveTin.proto
podman-image: podman-image:
buildah bud -t olivetin buildah bud -t olivetin