blob: 4dedd6d36f4de1333de89dab07c7ef81bc829b07 [file]
matrix: &matrix
platform:
- debian10
- 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_targets:
- "@osqp-eigen//:osqp-eigen"
bcr_test_module:
module_path: tests
matrix: *matrix
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
test_targets:
- //...