2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/.bcr/presubmit.yml
James Sharpe 7fa1a1259b
Add bzlmod support files. (#999)
* Bzlmod files

* Turn off android example with bzlmod

* Update .bcr/metadata.template.json
2023-05-06 08:56:00 +01:00

13 lines
420 B
YAML

# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
#bcr_test_module:
# module_path: "examples"
# matrix:
# platform: ["debian10", "macos", "ubuntu2004", "windows"]
# tasks:
# run_tests:
# name: "Run test module"
# platform: ${{ platform }}
# test_targets:
# - "//..."