mirror of https://github.com/grpc/grpc.git
This PR adds a simple config to test parts of gRPC on Ubuntu 16.04. We will add more platforms (macOS, Windows, RBE, ...) when the build is green. See #19171pull/20784/head
parent
d55596780b
commit
1fe8f0352d
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
--- |
||||||
|
# TODO(yannic): Ideally, we should also enable buildifier and all platforms should test `//...`. |
||||||
|
platforms: |
||||||
|
ubuntu1604: |
||||||
|
build_targets: |
||||||
|
- //:all |
||||||
|
- //src/proto/... |
||||||
|
- //src/python/... |
||||||
|
test_targets: |
||||||
|
- //:all |
||||||
|
- //src/proto/... |
||||||
|
- //src/python/... |
Loading…
Reference in new issue