grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Bazel build test migration for Sample Apps #79

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Migrate cocoadpod-based sample app build test to bazel based. Including the following project

Kokoro integration components at

We can utilize existing bazel bulid ruled defined at

And the corresponding bazel build test script at


cc @jtattermusch

jtattermusch commented 2 years ago

//src/objective-c/examples:Sample and //src/objective-c/examples:tvOS-sample bazel targets already exist and are being run here: https://github.com/grpc/grpc/pull/29599.

For the remaining samples we either don't have a bazel target or the bazel target is broken.

jtattermusch commented 2 years ago

I'm adding TODOs for the remaining tasks here: https://github.com/grpc/grpc/pull/29665/files#diff-26e0bc5bba55be18a1e28b707c1768be5c3de415944115ec3b4eb006b1d39693