Skip to content

Commit

Permalink
Add package.xml (#2337)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Apr 25, 2024
1 parent 4e50fab commit bbddbe8
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/package_xml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Validate package.xml

on:
pull_request:

jobs:
package-xml:
runs-on: ubuntu-latest
name: Validate package.xml
steps:
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy
55 changes: 55 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-sim8</name>
<version>8.3.0</version>
<description>Gazebo Sim : A Robotic Simulator</description>
<maintainer email="[email protected]">Michael Carroll</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-sim</url>

<buildtool_depend>cmake</buildtool_depend>

<depend>benchmark</depend>
<depend>glut</depend>
<depend>gz-cmake3</depend>
<depend>gz-common5</depend>
<depend>gz-fuel-tools9</depend>
<depend>gz-gui8</depend>
<depend>gz-math7</depend>
<depend>gz-msgs10</depend>
<depend>gz-physics7</depend>
<depend>gz-plugin2</depend>
<depend>gz-rendering8</depend>
<depend>gz-sensors8</depend>
<depend>gz-tools2</depend>
<depend>gz-transport13</depend>
<depend>gz-utils2</depend>
<depend>libfreeimage-dev</depend>
<depend>libglew-dev</depend>
<depend>libxi-dev</depend>
<depend>libxmu-dev</depend>
<depend>protobuf-dev</depend>
<depend>pybind11-dev</depend>
<depend>python3-distutils</depend>
<depend>qml-module-qt-labs-folderlistmodel</depend>
<depend>qml-module-qt-labs-settings</depend>
<depend>qml-module-qtgraphicaleffects</depend>
<depend>qml-module-qtquick-controls2</depend>
<depend>qml-module-qtquick-controls</depend>
<depend>qml-module-qtquick-dialogs</depend>
<depend>qml-module-qtquick-layouts</depend>
<depend>qml-module-qtquick2</depend>
<depend>qtbase5-dev</depend>
<depend>qtdeclarative5-dev</depend>
<depend>sdformat14</depend>
<depend>tinyxml2</depend>
<depend>uuid</depend>

<test_depend>xvfb</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit bbddbe8

Please sign in to comment.