Skip to content

Commit

Permalink
Disable support for windows. Would require work upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
kgreenek committed Dec 29, 2024
1 parent 558e58a commit d68b800
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions modules/lanelet2/1.2.2/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ matrix:
- ubuntu2004
- ubuntu2204
- ubuntu2404
# Windows is not supported by lanelet2.
# - windows
bazel:
- 7.x
- 8.x
Expand All @@ -28,19 +30,3 @@ tasks:
- '@lanelet2//:lanelet2_validation'
test_targets:
- '@lanelet2//...'
windows_test:
platform: "windows"
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=/std:c++17'
- '--host_cxxopt=/std:c++17'
build_targets:
- '@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 d68b800

Please sign in to comment.