Skip to content

Commit f19641c

Browse files
Bump rules_gazebo to 0.0.3 (#4692)
Signed-off-by: Shameek Ganguly <[email protected]>
1 parent a251b72 commit f19641c

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"rules_gazebo"
2+
3+
module(
4+
name = "rules_gazebo",
5+
version = "0.0.3",
6+
compatibility_level = 1,
7+
)
8+
9+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10+
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
11+
bazel_dep(name = "rules_cc", version = "0.0.9")
12+
bazel_dep(name = "rules_license", version = "1.0.0")
13+
bazel_dep(name = "rules_python", version = "0.31.0")
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
- 6.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@rules_gazebo//...'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/gazebosim/rules_gazebo/releases/download/v0.0.3/rules_gazebo-v0.0.3.tar.gz",
3+
"integrity": "sha256-AkRTCkzWNI/zlLKf+6ZXmWpfIhrB4YQYtplRwImPEQI=",
4+
"strip_prefix": "rules_gazebo-v0.0.3"
5+
}

modules/rules_gazebo/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"github:gazebosim/rules_gazebo"
1313
],
1414
"versions": [
15-
"0.0.2"
15+
"0.0.2",
16+
"0.0.3"
1617
],
1718
"yanked_versions": {}
1819
}

0 commit comments

Comments
 (0)