-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #20414: Bump version Signed-off-by: EduPonz <[email protected]> * Refs #20414: Update mirror workflow Signed-off-by: EduPonz <[email protected]> * Refs #20414: Add PR template Signed-off-by: EduPonz <[email protected]> * Refs #20414: Port colcon.meta from JSON to yaml Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]>
- Loading branch information
Showing
4 changed files
with
62 additions
and
27 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,48 @@ | ||
<!-- Provide a general summary of your changes in the Title above --> | ||
<!-- It must be meaningful and coherent with the changes --> | ||
|
||
<!-- | ||
If this PR is still a Work in Progress [WIP], please open it as DRAFT. | ||
Please consider if any label should be added to this PR. | ||
If no code has been changed, please add `skip-ci` label. | ||
If opening the PR as Draft, please consider adding `no-test` label to only build the code but not run CI. | ||
If implementation PR is still pending, please add `implementation-pending` label. | ||
--> | ||
|
||
## Description | ||
<!-- | ||
Describe changes in detail. | ||
If several features/bug fixes are included with these changes, please consider opening separated pull requests. | ||
--> | ||
|
||
<!-- | ||
In case of bug fixes, please provide the list of supported branches where this fix should be also merged. | ||
Please uncomment following line, adjusting the corresponding target branches for the backport. | ||
--> | ||
<!-- @Mergifyio backport 2.13.x 2.12.x 2.10.x 2.6.x --> | ||
|
||
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. --> | ||
<!-- Fixes #(issue) --> | ||
|
||
<!-- In case the changes are built over a previous pull request, please uncomment next line. --> | ||
<!-- This PR depends on #(PR) and must be merged after that one. --> | ||
|
||
<!-- In case the changes are related to an implementation PR, please uncomment the next lines. --> | ||
<!-- | ||
Related implementation PR: | ||
* eProsima/Fast-DDS#(PR) | ||
--> | ||
|
||
## Contributor Checklist | ||
|
||
- [ ] Commit messages follow the project guidelines. <!-- External contributors should sign the DCO. Fast DDS docs developers must also refer to the internal Redmine task. --> | ||
- [ ] Code snippets related to the added documentation have been provided. | ||
- [ ] Documentation tests pass locally. | ||
- [ ] Applicable backports have been included in the description. | ||
|
||
## Reviewer Checklist | ||
|
||
- [ ] The PR has a milestone assigned. | ||
- [ ] The title and description correctly express the PR's purpose. | ||
- [ ] Check contributor checklist is correct. | ||
- [ ] CI passes without warnings or errors. |
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 |
---|---|---|
@@ -1,24 +1,11 @@ | ||
{ | ||
"names": { | ||
"fastrtps": { | ||
"cmake-args": [ | ||
"-DSECURITY=ON", | ||
] | ||
}, | ||
"fastdds_python": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DBUILD_DOCUMENTATION=ON", | ||
] | ||
}, | ||
"fastdds-docs": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DBUILD_DOCUMENTATION=ON", | ||
"-DCOMPILE_TESTS=ON", | ||
] | ||
} | ||
} | ||
} | ||
names: | ||
fastrtps: | ||
cmake-args: | ||
- "-DSECURITY=ON" | ||
fastdds_python: | ||
cmake-args: | ||
- "-DBUILD_DOCUMENTATION=ON" | ||
fastdds-docs: | ||
cmake-args: | ||
- "-DBUILD_DOCUMENTATION=ON" | ||
- "-DCOMPILE_TESTS=ON" |
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