Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to presubmit file. #286

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- "//..."
Loading