blob: 8f0e90098149e270c7f98a6af0968e6715534007 [file] [log] [blame]
matrix:
platform:
- ubuntu2404
- macos
- macos_arm64
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--cxxopt=-std=c++17"
- "--host_cxxopt=-std=c++17"
build_targets:
- "@s2geometry//:s2"
test_targets:
- "@s2geometry//:all"
test_flags:
- "--cxxopt=-std=c++17"
- "--host_cxxopt=-std=c++17"