Skip to content

Commit

Permalink
maliput_malidrive@0.3.0 (#1914)
Browse files Browse the repository at this point in the history
Release: https://github.com/maliput/maliput_malidrive/releases/tag/0.3.0

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

Co-authored-by: Daniel Stonier <d.stonier@gmail.com>
Co-authored-by: Agustin Alba Chicar <ag.albachicar@ekumenlabs.com>
  • Loading branch information
3 people committed May 3, 2024
1 parent d617820 commit 1191af3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
18 changes: 18 additions & 0 deletions modules/maliput_malidrive/0.3.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"""
Welcome to Maliput Malidrive!
"""

module(
name = "maliput_malidrive",
compatibility_level = 1,
version = "0.3.0",
)

bazel_dep(name = "rules_cc", version = "0.0.9")

bazel_dep(name = "eigen", version = "3.4.0")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "maliput", version = "1.3.0")
bazel_dep(name = "tinyxml2", version = "9.0.0")

bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)
18 changes: 18 additions & 0 deletions modules/maliput_malidrive/0.3.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
bcr_test_module:
module_path: "."
matrix:
bazel: [6.x]
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
tasks:
verify_targets:
name: Verify Build Targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- '@maliput_malidrive//:maliput_malidrive'
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/maliput_malidrive/0.3.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-kPtodxqBeN3aXPc5w3Ghq0uXMP4Q5J2snjL7/Oq22bU=",
"strip_prefix": "maliput_malidrive-0.3.0",
"url": "https://github.com/maliput/maliput_malidrive/releases/download/0.3.0/maliput_malidrive-0.3.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/maliput_malidrive/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"versions": [
"0.2.0",
"0.2.1"
"0.2.1",
"0.3.0"
],
"yanked_versions": {}
}

0 comments on commit 1191af3

Please sign in to comment.