mirror of https://github.com/grpc/grpc.git
parent
9e0f3b475e
commit
8f74abcd2d
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
#!/bin/bash |
||||
|
||||
set -ex |
||||
|
||||
SCHEME=HelloWorld EXAMPLE_PATH=examples/objective-c/helloworld ./build_one_example.sh |
||||
SCHEME=RouteGuideClient EXAMPLE_PATH=examples/objective-c/route_guide ./build_one_example.sh |
||||
SCHEME=AuthSample EXAMPLE_PATH=examples/objective-c/auth_sample ./build_one_example.sh |
Loading…
Reference in new issue