Skip to content

Commit

Permalink
Add package.xml and validation workflow (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Jan 28, 2025
1 parent d399bc8 commit 9f2e1d1
Show file tree
Hide file tree
Showing 2 changed files with 44 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@noble
33 changes: 33 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?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-jetty</name>
<version>1.0.0</version>
<description>Gazebo Jetty Metapackage</description>
<maintainer email="addisu@openrobotics.org">Addisu Z. Taddese</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-jetty</url>

<buildtool_depend>cmake</buildtool_depend>

<depend>gz-cmake4</depend>
<depend>gz-common6</depend>
<depend>gz-fuel_tools10</depend>
<depend>gz-gui10</depend>
<depend>gz-launch9</depend>
<depend>gz-math8</depend>
<depend>gz-msgs11</depend>
<depend>gz-physics8</depend>
<depend>gz-plugin3</depend>
<depend>gz-rendering9</depend>
<depend>gz-sensors9</depend>
<depend>gz-sim10</depend>
<depend>gz-transport14</depend>
<depend>gz-utils3</depend>
<depend>sdformat15</depend>

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

0 comments on commit 9f2e1d1

Please sign in to comment.