-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbuild
9 lines (9 loc) · 1023 Bytes
/
build
1
2
3
4
5
6
7
8
9
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. protoactor/actor/protos.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. protoactor/remote/protos_remote.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. protoactor/сluster/protos.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. protoactor/сluster/providers/single_remote_instance/protos.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. examples/cluster_hello_world/messages/protos.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. examples/cluster_grain_hello_world/messages/protos.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. tests/protobuf/proto_grain_generator/messages/protos.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. examples/chat/messages/chat.proto
python3 -m grpc_tools.protoc -I. --python_out=. --python_grpc_out=. examples/persistence/messages/protos.proto