-
Notifications
You must be signed in to change notification settings - Fork 16
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, remove dependency on python3-yaml, and disable faili…
…ng windows tests (#249) Signed-off-by: Addisu Z. Taddese <[email protected]>
- Loading branch information
Showing
4 changed files
with
56 additions
and
4 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 |
---|---|---|
|
@@ -20,6 +20,5 @@ libwebsockets-dev | |
libxi-dev | ||
libxmu-dev | ||
libyaml-dev | ||
python3-yaml | ||
uuid-dev | ||
xvfb |
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,42 @@ | ||
<?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-launch7</name> | ||
<version>7.1.0</version> | ||
<description>Gazebo Launch : Run and manage programs and plugins</description> | ||
<maintainer email="[email protected]">Nate Koenig</maintainer> | ||
<license>Apache License 2.0</license> | ||
<url type="website">https://github.com/gazebosim/gz-launch</url> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
|
||
<depend>binutils</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-sim8</depend> | ||
<depend>gz-tools2</depend> | ||
<depend>gz-transport13</depend> | ||
<depend>libgflags-dev</depend> | ||
<depend>libwebsockets-dev</depend> | ||
<depend>libxi-dev</depend> | ||
<depend>libxmu-dev</depend> | ||
<depend>libyaml-dev</depend> | ||
<depend>sdformat14</depend> | ||
<depend>tinyxml2</depend> | ||
<depend>uuid</depend> | ||
|
||
<test_depend>xvfb</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