13 lines
574 B
YAML
13 lines
574 B
YAML
|
version: 3
|
||
|
includes:
|
||
|
|
||
|
tasks:
|
||
|
build:
|
||
|
deps:
|
||
|
- generate
|
||
|
cmds:
|
||
|
- cmd: go build
|
||
|
generate:
|
||
|
cmds:
|
||
|
- cmd: protoc -I ../unos-proto/src/main/proto --go_out=. ../unos-proto/src/main/proto/illust/data/illust_data.proto --go_opt=module=git.usbharu.dev/usbharu/unos --go-grpc_opt=module=git.usbharu.dev/usbharu/unos --go-grpc_out=.
|
||
|
- cmd: protoc -I ../unos-proto/src/main/proto --go_out=. ../unos-proto/src/main/proto/illust/illust.proto --go_opt=module=git.usbharu.dev/usbharu/unos --go-grpc_opt=module=git.usbharu.dev/usbharu/unos --go-grpc_out=.
|