-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #423 from gazebosim/Crola1702/9_to_main-30_05_2024
9 ➡️ main
- Loading branch information
Showing
21 changed files
with
393 additions
and
70 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 |
---|---|---|
@@ -1,14 +1,20 @@ | ||
name: Ubuntu CI | ||
|
||
on: [push, pull_request] | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- 'ign-fuel-tools[0-9]' | ||
- 'gz-fuel-tools[0-9]?' | ||
- 'main' | ||
|
||
jobs: | ||
jammy-ci: | ||
runs-on: ubuntu-latest | ||
name: Ubuntu Jammy CI | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Compile and test | ||
id: ci | ||
uses: gazebo-tooling/action-gz-ci@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,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
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 was deleted.
Oops, something went wrong.
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
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_tools10</name> | ||
<version>10.0.0</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-cmake4</build_depend> | ||
|
||
<depend>gz-common6</depend> | ||
<depend>gz-math8</depend> | ||
<depend>gz-msgs11</depend> | ||
<depend>gz-tools2</depend> | ||
<depend>gz-utils3</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> |
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
Oops, something went wrong.