Skip to content

Commit

Permalink
fix(bcr): add basic presubmit yaml (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
wep21 authored Sep 7, 2024
1 parent 1f65575 commit 538e34e
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# 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:
# - "//..."
matrix:
bazel:
- 6.x
- 7.x
tasks:
verify_targets_linux:
name: Verify build targets
bazel: ${{ bazel }}
platform: ubuntu2004

0 comments on commit 538e34e

Please sign in to comment.