Skip to content

Commit

Permalink
Publish maliput/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Apr 30, 2024
1 parent 1b6d77e commit e38d78e
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.0/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.0",
)

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.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
bcr_test_module:
module_path: "."
matrix:
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
tasks:
verify_targets:
name: Verify Build Targets
platform: ${{ platform }}
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.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-Vbfu+Azm0Z8w/u5mZBnvuPO/b/NSRUXgU5TA799amew=",
"strip_prefix": "maliput-1.3.0",
"url": "https://github.com/maliput/maliput/releases/download/1.3.0/maliput-1.3.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/maliput/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:maliput/maliput"
],
"versions": [
"1.2.0"
"1.2.0",
"1.3.0"
],
"yanked_versions": {}
}

0 comments on commit e38d78e

Please sign in to comment.