|
9 | 9 | - "--host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_3.1.100"
|
10 | 10 | - "--platforms=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_3.1.100"
|
11 | 11 | build_targets:
|
| 12 | + - "//buf/..." |
12 | 13 | - "//c/..."
|
13 | 14 | - "//cpp/..."
|
14 | 15 | - "//csharp/..."
|
15 | 16 | - "//d/..."
|
| 17 | + - "//doc/..." |
16 | 18 | - "//go/..."
|
17 | 19 | - "//grpc-gateway/..."
|
18 | 20 | - "//java/..."
|
@@ -93,10 +95,12 @@ tasks:
|
93 | 95 | - "--host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_3.1.100"
|
94 | 96 | - "--platforms=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_3.1.100"
|
95 | 97 | build_targets:
|
| 98 | + - "//buf/..." |
96 | 99 | - "//c/..."
|
97 | 100 | - "//cpp/..."
|
98 | 101 | - "//csharp/..."
|
99 | 102 | - "//d/..."
|
| 103 | + - "//doc/..." |
100 | 104 | - "//go/..."
|
101 | 105 | - "//grpc-gateway/..."
|
102 | 106 | - "//java/..."
|
@@ -242,6 +246,44 @@ tasks:
|
242 | 246 | build_targets:
|
243 | 247 | - "//..."
|
244 | 248 | working_directory: example/android/android_grpc_library
|
| 249 | + buf_buf_proto_breaking_test_ubuntu1804: |
| 250 | + name: 'buf: buf_proto_breaking_test' |
| 251 | + platform: ubuntu1804 |
| 252 | + build_flags: |
| 253 | + build_targets: |
| 254 | + - "//..." |
| 255 | + test_targets: |
| 256 | + - "//..." |
| 257 | + working_directory: example/buf/buf_proto_breaking_test |
| 258 | + buf_buf_proto_breaking_test_macos: |
| 259 | + name: 'buf: buf_proto_breaking_test' |
| 260 | + platform: macos |
| 261 | + build_flags: |
| 262 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 263 | + build_targets: |
| 264 | + - "//..." |
| 265 | + test_targets: |
| 266 | + - "//..." |
| 267 | + working_directory: example/buf/buf_proto_breaking_test |
| 268 | + buf_buf_proto_lint_test_ubuntu1804: |
| 269 | + name: 'buf: buf_proto_lint_test' |
| 270 | + platform: ubuntu1804 |
| 271 | + build_flags: |
| 272 | + build_targets: |
| 273 | + - "//..." |
| 274 | + test_targets: |
| 275 | + - "//..." |
| 276 | + working_directory: example/buf/buf_proto_lint_test |
| 277 | + buf_buf_proto_lint_test_macos: |
| 278 | + name: 'buf: buf_proto_lint_test' |
| 279 | + platform: macos |
| 280 | + build_flags: |
| 281 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 282 | + build_targets: |
| 283 | + - "//..." |
| 284 | + test_targets: |
| 285 | + - "//..." |
| 286 | + working_directory: example/buf/buf_proto_lint_test |
245 | 287 | c_c_proto_compile_ubuntu1804:
|
246 | 288 | name: 'c: c_proto_compile'
|
247 | 289 | platform: ubuntu1804
|
@@ -500,6 +542,94 @@ tasks:
|
500 | 542 | build_targets:
|
501 | 543 | - "//..."
|
502 | 544 | working_directory: example/d/d_proto_library
|
| 545 | + doc_doc_docbook_compile_ubuntu1804: |
| 546 | + name: 'doc: doc_docbook_compile' |
| 547 | + platform: ubuntu1804 |
| 548 | + build_flags: |
| 549 | + build_targets: |
| 550 | + - "//..." |
| 551 | + working_directory: example/doc/doc_docbook_compile |
| 552 | + doc_doc_docbook_compile_windows: |
| 553 | + name: 'doc: doc_docbook_compile' |
| 554 | + platform: windows |
| 555 | + build_flags: |
| 556 | + build_targets: |
| 557 | + - "//..." |
| 558 | + working_directory: example/doc/doc_docbook_compile |
| 559 | + doc_doc_docbook_compile_macos: |
| 560 | + name: 'doc: doc_docbook_compile' |
| 561 | + platform: macos |
| 562 | + build_flags: |
| 563 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 564 | + build_targets: |
| 565 | + - "//..." |
| 566 | + working_directory: example/doc/doc_docbook_compile |
| 567 | + doc_doc_html_compile_ubuntu1804: |
| 568 | + name: 'doc: doc_html_compile' |
| 569 | + platform: ubuntu1804 |
| 570 | + build_flags: |
| 571 | + build_targets: |
| 572 | + - "//..." |
| 573 | + working_directory: example/doc/doc_html_compile |
| 574 | + doc_doc_html_compile_windows: |
| 575 | + name: 'doc: doc_html_compile' |
| 576 | + platform: windows |
| 577 | + build_flags: |
| 578 | + build_targets: |
| 579 | + - "//..." |
| 580 | + working_directory: example/doc/doc_html_compile |
| 581 | + doc_doc_html_compile_macos: |
| 582 | + name: 'doc: doc_html_compile' |
| 583 | + platform: macos |
| 584 | + build_flags: |
| 585 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 586 | + build_targets: |
| 587 | + - "//..." |
| 588 | + working_directory: example/doc/doc_html_compile |
| 589 | + doc_doc_json_compile_ubuntu1804: |
| 590 | + name: 'doc: doc_json_compile' |
| 591 | + platform: ubuntu1804 |
| 592 | + build_flags: |
| 593 | + build_targets: |
| 594 | + - "//..." |
| 595 | + working_directory: example/doc/doc_json_compile |
| 596 | + doc_doc_json_compile_windows: |
| 597 | + name: 'doc: doc_json_compile' |
| 598 | + platform: windows |
| 599 | + build_flags: |
| 600 | + build_targets: |
| 601 | + - "//..." |
| 602 | + working_directory: example/doc/doc_json_compile |
| 603 | + doc_doc_json_compile_macos: |
| 604 | + name: 'doc: doc_json_compile' |
| 605 | + platform: macos |
| 606 | + build_flags: |
| 607 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 608 | + build_targets: |
| 609 | + - "//..." |
| 610 | + working_directory: example/doc/doc_json_compile |
| 611 | + doc_doc_markdown_compile_ubuntu1804: |
| 612 | + name: 'doc: doc_markdown_compile' |
| 613 | + platform: ubuntu1804 |
| 614 | + build_flags: |
| 615 | + build_targets: |
| 616 | + - "//..." |
| 617 | + working_directory: example/doc/doc_markdown_compile |
| 618 | + doc_doc_markdown_compile_windows: |
| 619 | + name: 'doc: doc_markdown_compile' |
| 620 | + platform: windows |
| 621 | + build_flags: |
| 622 | + build_targets: |
| 623 | + - "//..." |
| 624 | + working_directory: example/doc/doc_markdown_compile |
| 625 | + doc_doc_markdown_compile_macos: |
| 626 | + name: 'doc: doc_markdown_compile' |
| 627 | + platform: macos |
| 628 | + build_flags: |
| 629 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 630 | + build_targets: |
| 631 | + - "//..." |
| 632 | + working_directory: example/doc/doc_markdown_compile |
503 | 633 | go_go_proto_compile_ubuntu1804:
|
504 | 634 | name: 'go: go_proto_compile'
|
505 | 635 | platform: ubuntu1804
|
@@ -884,6 +1014,14 @@ tasks:
|
884 | 1014 | build_targets:
|
885 | 1015 | - "//..."
|
886 | 1016 | working_directory: example/objc/objc_proto_library
|
| 1017 | + objc_objc_grpc_library_macos: |
| 1018 | + name: 'objc: objc_grpc_library' |
| 1019 | + platform: macos |
| 1020 | + build_flags: |
| 1021 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 1022 | + build_targets: |
| 1023 | + - "//..." |
| 1024 | + working_directory: example/objc/objc_grpc_library |
887 | 1025 | php_php_proto_compile_ubuntu1804:
|
888 | 1026 | name: 'php: php_proto_compile'
|
889 | 1027 | platform: ubuntu1804
|
@@ -1361,6 +1499,35 @@ tasks:
|
1361 | 1499 | test_targets:
|
1362 | 1500 | - "//..."
|
1363 | 1501 | working_directory: test_workspaces/generated_proto
|
| 1502 | + test_workspace_go_fixer_ubuntu1804: |
| 1503 | + name: 'test workspace: go_fixer' |
| 1504 | + platform: ubuntu1804 |
| 1505 | + build_flags: |
| 1506 | + test_flags: |
| 1507 | + - "--test_output=errors" |
| 1508 | + test_targets: |
| 1509 | + - "//..." |
| 1510 | + working_directory: test_workspaces/go_fixer |
| 1511 | + test_workspace_go_fixer_windows: |
| 1512 | + name: 'test workspace: go_fixer' |
| 1513 | + platform: windows |
| 1514 | + build_flags: |
| 1515 | + test_flags: |
| 1516 | + - "--test_output=errors" |
| 1517 | + test_targets: |
| 1518 | + - "//..." |
| 1519 | + working_directory: test_workspaces/go_fixer |
| 1520 | + test_workspace_go_fixer_macos: |
| 1521 | + name: 'test workspace: go_fixer' |
| 1522 | + platform: macos |
| 1523 | + build_flags: |
| 1524 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 1525 | + test_flags: |
| 1526 | + - "--test_output=errors" |
| 1527 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 1528 | + test_targets: |
| 1529 | + - "//..." |
| 1530 | + working_directory: test_workspaces/go_fixer |
1364 | 1531 | test_workspace_go_importpath_ubuntu1804:
|
1365 | 1532 | name: 'test workspace: go_importpath'
|
1366 | 1533 | platform: ubuntu1804
|
@@ -1633,3 +1800,32 @@ tasks:
|
1633 | 1800 | test_targets:
|
1634 | 1801 | - "//..."
|
1635 | 1802 | working_directory: test_workspaces/transitive_compilation
|
| 1803 | + test_workspace_typescript_ubuntu1804: |
| 1804 | + name: 'test workspace: typescript' |
| 1805 | + platform: ubuntu1804 |
| 1806 | + build_flags: |
| 1807 | + test_flags: |
| 1808 | + - "--test_output=errors" |
| 1809 | + test_targets: |
| 1810 | + - "//..." |
| 1811 | + working_directory: test_workspaces/typescript |
| 1812 | + test_workspace_typescript_windows: |
| 1813 | + name: 'test workspace: typescript' |
| 1814 | + platform: windows |
| 1815 | + build_flags: |
| 1816 | + test_flags: |
| 1817 | + - "--test_output=errors" |
| 1818 | + test_targets: |
| 1819 | + - "//..." |
| 1820 | + working_directory: test_workspaces/typescript |
| 1821 | + test_workspace_typescript_macos: |
| 1822 | + name: 'test workspace: typescript' |
| 1823 | + platform: macos |
| 1824 | + build_flags: |
| 1825 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 1826 | + test_flags: |
| 1827 | + - "--test_output=errors" |
| 1828 | + - "--copt=-DGRPC_BAZEL_BUILD" |
| 1829 | + test_targets: |
| 1830 | + - "//..." |
| 1831 | + working_directory: test_workspaces/typescript |
0 commit comments