blob: 23b3fc351ac7992ff8f432dc28cf1be391925c2c [file]
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:
- "//..."