Skip to content

Commit

Permalink
Test same targets as in grpc/.bazelci/presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mering committed Jan 18, 2024
1 parent 584dc11 commit 64fcbb8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions modules/grpc/1.56.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
.common_task_config: &common_task_config
build_targets:
- '@grpc//:grpc'
- '@grpc//:grpc_unsecure'
- '@grpc//:grpc++'
- '@grpc//:grpc++_unsecure'
- '@grpc//:all'
- '@grpc//src/proto/...'
- '@grpc//src/python/...'
test_targets:
- '@grpc//:all'
- '@grpc//src/proto/...'
- '@grpc//src/python/...'
tasks:
debian10:
<<: *common_task_config
build_flags:
- "-Wno-array-bounds"
test_flags:
- "-Wno-array-bounds"
ubuntu2004:
<<: *common_task_config
macos:
<<: *common_task_config
build_flags:
- "--copt=-isystem/usr/local/include"
test_flags:
- "--copt=-isystem/usr/local/include"
windows:
<<: *common_task_config

0 comments on commit 64fcbb8

Please sign in to comment.