Skip to content

Commit

Permalink
Add presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kgreenek committed Dec 26, 2024
1 parent 7bc8e0a commit bf37176
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modules/lanelet2/1.2.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@lanelet2'
test_targets:
- '@lanelet2//...'

0 comments on commit bf37176

Please sign in to comment.