matrix: | |
platform: | |
- ubuntu2004 | |
- macos | |
- macos_arm64 | |
- windows | |
bazel: | |
- 7.x | |
- 6.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: | |
- '@gonzojive_protobuf_javascript//generator:protoc-gen-js' |