Skip to content

Commit

Permalink
Adds bazel version information to presubmit.yml file.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Feb 20, 2024
1 parent b6774cc commit 141774c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
bcr_test_module:
module_path: "."
matrix:
bazel: [6.x]
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
tasks:
verify_targets:
name: Verify Build Targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- '@maliput_malidrive//:maliput_malidrive'
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."

0 comments on commit 141774c

Please sign in to comment.