grpc-ios
grpc-ios copied to clipboard
Cocoapod build test coverage
Migrate and/or create build test coverage for pods managed by iOS/ObjC stack, these includes
- Objc Wrapper Pod (gRPC, gRPC-ProtoRPC, gRPC-RxLibrary)
- Native C-Core Pod (gRPC-C++, gRPC-Core)
The build test should be triggered in the following brach and scenarios
- grpc_master branch upon shallow copy source code sync (daily)
- grpc_release branch upon release tag creation (per grpc schedule)
- PR presubmit (in the future)