Skip to content

Commit

Permalink
Add package.xml (#408)
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 8ea43a6 commit 9cdec8c
Show file tree
Hide file tree
Showing 2 changed files with 41 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
30 changes: 30 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?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-fuel_tools9</name>
<version>9.0.3</version>
<description>Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel</description>
<maintainer email="[email protected]">Nate Koenig</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-fuel-tools</url>

<buildtool_depend>cmake</buildtool_depend>

<build_depend>gz-cmake3</build_depend>

<depend>gz-common5</depend>
<depend>gz-math7</depend>
<depend>gz-msgs10</depend>
<depend>gz-tools2</depend>
<depend>gz-utils2</depend>
<depend>libcurl-dev</depend>
<depend>libgflags-dev</depend>
<depend>libjsoncpp-dev</depend>
<depend>libyaml-dev</depend>
<depend>libzip-dev</depend>
<depend>tinyxml2</depend>

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

0 comments on commit 9cdec8c

Please sign in to comment.