Skip to content

Commit

Permalink
Adds bazel version information to presubmit.yml file. (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone authored Feb 26, 2024
1 parent b6774cc commit 5499d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 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:
- "//..."
1 change: 1 addition & 0 deletions bazel/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def generate_unit_tests(sources):
name = name,
srcs = [source],
size = "small",
timeout = "moderate",
copts = COPTS,
linkopts = ["-lpthread"],
defines = [
Expand Down

0 comments on commit 5499d9f

Please sign in to comment.