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