독립 control plane 구성을 위해 기존 Dart CLI/runtime을 runner 앱 경계로 옮기고, 후속 client/core/root 작업을 같은 마일스톤 task group에 연결한다.
19 lines
356 B
YAML
19 lines
356 B
YAML
---
|
|
# [샘플] Protocol Buffers 컴파일
|
|
|
|
property:
|
|
workspace: /path/to/project
|
|
protoPath: "./proto"
|
|
|
|
pipeline:
|
|
id: main
|
|
workflow:
|
|
- exe: protobuf-compile
|
|
|
|
commands:
|
|
#_proto 스키마 컴파일
|
|
- command: Protobuf
|
|
id: protobuf-compile
|
|
param:
|
|
commands:
|
|
- "<!property.protoPath>/google/api/http.proto --dart_out=generated:./generated"
|