Skip to content

Commit ade7442

Browse files
authored
Add package.xml (#981)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 9f397e1 commit ade7442

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/workflows/package_xml.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Validate package.xml
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
package-xml:
8+
runs-on: ubuntu-latest
9+
name: Validate package.xml
10+
steps:
11+
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy

package.xml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="2">
4+
<name>gz-rendering8</name>
5+
<version>8.1.1</version>
6+
<description>Gazebo Rendering: Rendering library for robot applications</description>
7+
<maintainer email="ichen@openrobotics.org">Ian Chen</maintainer>
8+
<license>Apache License 2.0</license>
9+
<url type="website">https://github.com/gazebosim/gz-rendering</url>
10+
11+
<buildtool_depend>cmake</buildtool_depend>
12+
13+
<build_depend>gz-cmake</build_depend>
14+
15+
<depend>glut</depend>
16+
<depend>gz-common5</depend>
17+
<depend>gz-math7</depend>
18+
<depend>gz-plugin2</depend>
19+
<depend>gz-utils2</depend>
20+
<depend>libfreeimage-dev</depend>
21+
<depend>libglew-dev</depend>
22+
<depend>libogre-dev</depend>
23+
<depend>libogre-next-2.3-dev</depend>
24+
<depend>libvulkan-dev</depend>
25+
<depend>libxi-dev</depend>
26+
<depend>libxmu-dev</depend>
27+
<depend>uuid</depend>
28+
29+
<test_depend>xvfb</test_depend>
30+
31+
<export>
32+
<build_type>cmake</build_type>
33+
</export>
34+
</package>

0 commit comments

Comments
 (0)