Skip to content

Commit

Permalink
Updates to presubmit file. (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone authored Nov 4, 2024
1 parent 6afba5b commit 8b836b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"name": "Daniel Stonier",
"email": "[email protected]",
"github": "stonier"
},
{
"name": "Franco Cipollone",
"email": "[email protected]",
"github": "francocipollone"
}
],
"repository": [
Expand Down
21 changes: 15 additions & 6 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ tasks:
name: Verify Build Targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- '@maliput_malidrive//:maliput_malidrive'
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."

bcr_test_module:
module_path: "."
matrix:
bazel: [6.x, 7.x]
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."

0 comments on commit 8b836b7

Please sign in to comment.