Skip to content

Commit a8388c4

Browse files
1 parent c494eed commit a8388c4

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"""
2+
Welcome to Maliput Malidrive!
3+
"""
4+
5+
module(
6+
name = "maliput_malidrive",
7+
compatibility_level = 1,
8+
version = "0.6.0",
9+
)
10+
11+
bazel_dep(name = "rules_cc", version = "0.0.9")
12+
13+
bazel_dep(name = "eigen", version = "3.4.0.bcr.1.1")
14+
bazel_dep(name = "gflags", version = "2.2.2")
15+
bazel_dep(name = "maliput", version = "1.5.0")
16+
bazel_dep(name = "tinyxml2", version = "9.0.0")
17+
18+
bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
matrix:
2+
bazel: [6.x, 7.x, 8.x]
3+
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
4+
tasks:
5+
verify_targets:
6+
name: Verify Build Targets
7+
bazel: ${{ bazel }}
8+
platform: ${{ platform }}
9+
build_flags:
10+
- '--process_headers_in_dependencies'
11+
build_targets:
12+
- '@maliput_malidrive//:maliput_malidrive'
13+
14+
bcr_test_module:
15+
module_path: "."
16+
matrix:
17+
bazel: [6.x, 7.x, 8.x]
18+
platform: ["ubuntu2004"] # "debian10", "macos", "windows"
19+
tasks:
20+
run_tests:
21+
name: "Run test module"
22+
bazel: ${{ bazel }}
23+
platform: ${{ platform }}
24+
test_targets:
25+
- "//..."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-RRKcPEafU48ed0Q/zRtR2YCkI7G4MN86YIK+ejVA2G8=",
3+
"strip_prefix": "maliput_malidrive-0.6.0",
4+
"url": "https://github.com/maliput/maliput_malidrive/releases/download/0.6.0/maliput_malidrive-0.6.0.tar.gz"
5+
}

modules/maliput_malidrive/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"0.4.2",
2828
"0.4.3",
2929
"0.4.4",
30-
"0.5.0"
30+
"0.5.0",
31+
"0.6.0"
3132
],
3233
"yanked_versions": {}
3334
}

0 commit comments

Comments
 (0)