Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Sep 26, 2023
1 parent 497c2ba commit 5b98236
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(VERBOSE).SILENT:
ci-build: install proto

# Install dependencies.
install: buf-install openapiv2-install
install: buf-install grpc-install openapiv2-install

# Run all linters and compile proto files.
proto: grpc
Expand Down Expand Up @@ -35,8 +35,13 @@ buf-install:
printf $(COLOR) "Install/update buf..."
go install github.com/bufbuild/buf/cmd/[email protected]

grpc-install:
printf $(COLOR) "Install/update go and grpc protoc gen ..."
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]

openapiv2-install:
printf $(COLOR) "Install/update ..."
printf $(COLOR) "Install/update openapiv2 protoc gen..."
go install github.com/grpc-ecosystem/grpc-gateway/v2/[email protected]

##### Linters #####
Expand Down

0 comments on commit 5b98236

Please sign in to comment.