blob: c61f45537b5a39b215173cecbadfc3e3f2059346 [file]
matrix: &matrix
platform:
- debian11
- ubuntu2004
- ubuntu2204
- ubuntu2404
- macos
- macos_arm64
- windows
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--process_headers_in_dependencies"
build_targets:
- "@boost.hash2"
bcr_test_module:
module_path: test
matrix: *matrix
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...