mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
687 B
23 lines
687 B
# Configuration file for Bazel CI [1]. |
|
# |
|
# Also testing on Bazel CI in addition of our normal CI workflow |
|
# ensures that gRPC is tested against Bazel@HEAD and stays compatible |
|
# with the latest release. |
|
# |
|
# See [2,3] in case you have questions. |
|
# |
|
# [1] https://github.com/bazelbuild/continuous-integration |
|
# [2] https://github.com/grpc/grpc/issues/19171 |
|
# [3] https://github.com/grpc/grpc/pull/20784 |
|
--- |
|
# TODO(yannic): Ideally, we should also enable buildifier and all platforms should test `//...`. |
|
tasks: |
|
ubuntu2004: |
|
build_targets: |
|
- //:all |
|
- //src/proto/... |
|
- //src/python/... |
|
test_targets: |
|
- //:all |
|
- //src/proto/... |
|
- //src/python/...
|
|
|