Skip to content

Commit

Permalink
Add package.xml (#608)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored May 3, 2024
1 parent 62ee52c commit ca40aee
Show file tree
Hide file tree
Showing 2 changed files with 38 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
27 changes: 27 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package format="2">
<name>gz-physics7</name>
<version>7.2.0</version>
<description>Gazebo Physics : Physics classes and functions for robot applications</description>
<maintainer email="[email protected]">Steve Peters</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-physics</url>

<buildtool_depend>cmake</buildtool_depend>

<build_depend>gz-cmake3</build_depend>

<depend>benchmark</depend>
<depend>bullet</depend>
<depend>DART</depend>
<depend>eigen</depend>
<depend>gz-common5</depend>
<depend>gz-math7</depend>
<depend>gz-plugin2</depend>
<depend>gz-utils2</depend>
<depend>sdformat14</depend>

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

0 comments on commit ca40aee

Please sign in to comment.