Skip to content

Commit 24faa83

Browse files
Publish maliput/[email protected] (#1261)
Co-authored-by: Daniel Stonier <[email protected]>
1 parent 67e4588 commit 24faa83

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

modules/maliput/1.2.0/MODULE.bazel

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"""
2+
Welcome to Maliput!
3+
"""
4+
5+
module(
6+
name = "maliput",
7+
compatibility_level = 1,
8+
version = "1.2.0",
9+
)
10+
11+
bazel_dep(name = "rules_cc", version = "0.0.9")
12+
bazel_dep(name = "eigen", version = "3.4.0")
13+
bazel_dep(name = "yaml-cpp", version = "0.8.0")
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
bcr_test_module:
2+
module_path: "."
3+
matrix:
4+
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
5+
tasks:
6+
verify_targets:
7+
name: Verify Build Targets
8+
platform: ${{ platform }}
9+
build_targets:
10+
- '@maliput//:common'
11+
- '@maliput//:math'
12+
- '@maliput//:base'
13+
- '@maliput//:geometry_base'
14+
- '@maliput//:api'
15+
- '@maliput//:plugin'
16+
- '@maliput//:routing'
17+
- '@maliput//:utility'
18+
- '@maliput//:drake'
19+
- '@maliput//:test_utilities'
20+
# TODO(stonier): no tests yet...
21+
# run_tests:
22+
# name: "Run test module"
23+
# platform: ${{ platform }}
24+
# test_targets:
25+
# - "//..."

modules/maliput/1.2.0/source.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-CsvGDS3z7cAhWecLmCKLnijJrYyTJ0hKuBjzyzbnNLY=",
3+
"strip_prefix": "maliput-1.2.0",
4+
"url": "https://github.com/maliput/maliput/releases/download/1.2.0/maliput-1.2.0.tar.gz"
5+
}

modules/maliput/metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"homepage": "https://github.com/maliput/maliput",
3+
"maintainers": [
4+
{
5+
"name": "Daniel Stonier",
6+
"email": "[email protected]",
7+
"github": "stonier"
8+
}
9+
],
10+
"repository": [
11+
"github:maliput/maliput"
12+
],
13+
"versions": [
14+
"1.2.0"
15+
],
16+
"yanked_versions": {}
17+
}

0 commit comments

Comments
 (0)