Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/maliput/maliput/releases/tag/1.3.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

---------

Signed-off-by: Franco Cipollone <[email protected]>
Co-authored-by: Daniel Stonier <[email protected]>
Co-authored-by: Franco Cipollone <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent b679e11 commit 26cc962
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
13 changes: 13 additions & 0 deletions modules/maliput/1.3.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""
Welcome to Maliput!
"""

module(
name = "maliput",
compatibility_level = 1,
version = "1.3.1",
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "eigen", version = "3.4.0")
bazel_dep(name = "yaml-cpp", version = "0.8.0")
25 changes: 25 additions & 0 deletions modules/maliput/1.3.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
matrix:
bazel: [6.x, 7.x]
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
tasks:
verify_targets:
name: Verify Build Targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@maliput//:common'
- '@maliput//:math'
- '@maliput//:base'
- '@maliput//:geometry_base'
- '@maliput//:api'
- '@maliput//:plugin'
- '@maliput//:routing'
- '@maliput//:utility'
- '@maliput//:drake'
- '@maliput//:test_utilities'
# TODO(stonier): no tests yet...
# run_tests:
# name: "Run test module"
# platform: ${{ platform }}
# test_targets:
# - "//..."
5 changes: 5 additions & 0 deletions modules/maliput/1.3.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-39nOQBRLfeZ2QbU12k68IJr+BXLRf1adnTNPj65GI2k=",
"strip_prefix": "maliput-1.3.1",
"url": "https://github.com/maliput/maliput/releases/download/1.3.1/maliput-1.3.1.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/maliput/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"versions": [
"1.2.0",
"1.3.0"
"1.3.0",
"1.3.1"
],
"yanked_versions": {}
}

0 comments on commit 26cc962

Please sign in to comment.