blob: 5129a32eac6c6e3cf72a568d052d66fa080aef2f [file]
matrix:
unix_platform:
- debian13
- macos_arm64
- ubuntu2404
- ubuntu2404_arm64
windows_platform:
- windows
bazel: [7.x, 8.x, 9.x, rolling]
tasks:
verify_targets_unix:
name: Verify build targets
platform: ${{ unix_platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++17'
- '--host_cxxopt=-std=c++17'
- '--process_headers_in_dependencies'
build_targets:
- '@boost.python//:boost.python'
verify_targets_windows:
name: Verify build targets
platform: ${{ windows_platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=/std:c++17'
- '--process_headers_in_dependencies'
build_targets:
- '@boost.python//:boost.python'