matrix: | |
platform: | |
- debian10 | |
- debian11 | |
- macos | |
- macos_arm64 | |
- ubuntu2004 | |
- ubuntu2204 | |
bazel: [7.x] | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
build_flags: | |
- '--cxxopt=-std=c++17' | |
bazel: ${{ bazel }} | |
build_targets: | |
- '@foxglove_websocket//:foxglove_websocket' |