grpc-ios icon indicating copy to clipboard operation
grpc-ios copied to clipboard

Cocoapod build test coverage

Open dennycd opened this issue 2 years ago • 0 comments

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)

dennycd avatar Apr 14 '22 21:04 dennycd