Skip to content

Commit

Permalink
Fix build_targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kgreenek committed Dec 26, 2024
1 parent bf37176 commit 6f37fee
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions modules/lanelet2/1.2.1/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ matrix:
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x, rolling]
bazel:
- 7.x
- 8.x
- rolling
tasks:
verify_targets:
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@lanelet2'
- '@lanelet2//:lanelet2_core'
- '@lanelet2//:lanelet2_io'
- '@lanelet2//:lanelet2_matching'
- '@lanelet2//:lanelet2_projection'
- '@lanelet2//:lanelet2_routing'
- '@lanelet2//:lanelet2_traffic_rules'
- '@lanelet2//:lanelet2_validation'
test_targets:
- '@lanelet2//...'

0 comments on commit 6f37fee

Please sign in to comment.