Files
img-proxy-url-generator/Taskfile.yaml
Ron Rise 0ab36c5ea6
Some checks failed
Go Tests / build (1.22.x) (push) Failing after 1m43s
grpc
2024-11-17 12:32:29 -05:00

7 lines
248 B
YAML

version: '3'
tasks:
proto-build:
cmds:
- protoc --go_out=grpc --proto_path=grpc --go_opt=paths=source_relative --php_out=grpc/php/src --go-grpc_out=grpc --go-grpc_opt=paths=source_relative $(find grpc -iname "*.proto")
silent: true