-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package.xml, fix
gz sdf
tests on Windows (#1374)
The `gz sdf` tests are fixed by * fixing dll path issue with Ruby on windows * Setting home path --------- Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
- Loading branch information
Showing
6 changed files
with
94 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>sdformat14</name> | ||
<version>14.1.1</version> | ||
<description>SDFormat is an XML file format that describes environments, objects, and robots | ||
in a manner suitable for robotic applications</description> | ||
|
||
<maintainer email="addisu@openrobotics.org">Addisu Z. Taddese</maintainer> | ||
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
||
<url type="website">https://github.com/gazebosim/sdformat</url> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
<build_depend>gz-cmake3</build_depend> | ||
<depend>gz-math7</depend> | ||
<depend>gz-utils2</depend> | ||
<depend>tinyxml2</depend> | ||
<depend>liburdfdom-dev</depend> | ||
<depend>pybind11-dev</depend> | ||
|
||
<exec_depend>gz-tools2</exec_depend> | ||
|
||
<test_depend>libxml2-utils</test_depend> | ||
<test_depend>python3-psutil</test_depend> | ||
<test_depend>python3-pytest</test_depend> | ||
|
||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters