rules_cc/.bcr/presubmit.yml

13 lines
262 B
YAML
Raw Normal View History

matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
2024-09-13 20:03:27 +00:00
bazel:
- 6.x
- 7.x
tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
2024-09-13 20:03:27 +00:00
bazel: ${{ bazel }}
build_targets:
- "@rules_cc//cc/..."