Skip to content

Commit

Permalink
Add Bazel version to presubmit
Browse files Browse the repository at this point in the history
The BCR now requires that we specify a Bazel version.
  • Loading branch information
Bencodes authored Mar 1, 2024
1 parent 5a461ab commit cf37f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
matrix:
platform: ["macos", "ubuntu2004"]
bazel: ["6.x", "7.x"]

tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@rules_robolectric//bazel:android-all"

0 comments on commit cf37f8a

Please sign in to comment.