Files
img-proxy-url-generator/Taskfile.yaml
2024-11-17 11:22:49 -05:00

10 lines
313 B
YAML

version: '3'
tasks:
proto-build-php:
cmds:
- protoc --php_out=. --plugin=protoc-gen-grpc=bins/opt/grpc_php_plugin grpc/imgurl.proto
proto-build:
cmds:
- protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative grpc/imgurl.proto
silent: true