matrix: | |
platform: [ "debian11", "ubuntu2204", "macos", "macos_arm64" ] | |
bazel: [ "6.x", "7.x", "8.x" ] | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_flags: [ "--cxxopt=-std=c++20", "--host_cxxopt=-std=c++20" ] | |
build_targets: | |
- "@bant//bant:bant" |