matrix: | |
platform: | |
- ubuntu2204 | |
- macos | |
bazel: [7.x,8.x] | |
tasks: | |
verify_targets: | |
name: Verify basic build targets | |
bazel: ${{ bazel }} | |
platform: ${{ platform }} | |
build_targets: | |
- '@rules_synology//...' | |
# Need a consistent "ignore" between .bazelignore, rules_bazel_integration_test, and other | |
# tools. (NOTE: doing here out of caution to get BCR submit past un-repro-able issue) | |
- '-@rules_synology//examples/...' |