Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
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.
35 lines
864 B
35 lines
864 B
matrix: |
|
platform: ["debian10", "macos", "ubuntu2004", "windows"] |
|
bazel: [6.x, 7.x] |
|
|
|
tasks: |
|
verify_targets: |
|
name: "Verify build targets" |
|
platform: ${{ platform }} |
|
bazel: ${{ bazel }} |
|
build_flags: |
|
- '--host_cxxopt=-std=c++14' |
|
- '--cxxopt=-std=c++14' |
|
build_targets: |
|
- '@protobuf//:protobuf' |
|
- '@protobuf//:protobuf_lite' |
|
- '@protobuf//:protoc' |
|
- '@protobuf//:test_messages_proto2_cc_proto' |
|
- '@protobuf//:test_messages_proto3_cc_proto' |
|
|
|
bcr_test_module: |
|
module_path: "examples" |
|
matrix: |
|
|
|
platform: ["debian10", "macos", "ubuntu2004", "windows"] |
|
bazel: [6.x, 7.x] |
|
tasks: |
|
run_test_module: |
|
name: "Run test module" |
|
platform: ${{ platform }} |
|
bazel: ${{ bazel }} |
|
build_flags: |
|
- '--host_cxxopt=-std=c++14' |
|
- '--cxxopt=-std=c++14' |
|
build_targets: |
|
- "//..."
|
|
|