-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI documentation workflow label triggering (#4456)
* Refs #20529: Fix documentation workflow label triggering Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20529: Refactor documentation-tests workflow to use eProsima-CI Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20529: Add workspace to colcon_build and colcon_test actions Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20529: Set eProsima-CI actions to v0 Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20529: Add .meta and specify all colcon action args Signed-off-by: EduPonz <eduardoponz@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> Co-authored-by: EduPonz <eduardoponz@eprosima.com> (cherry picked from commit c4dbe83)
- Loading branch information
1 parent
dff33b4
commit 61042de
Showing
3 changed files
with
89 additions
and
38 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
.github/actions/install-apt-packages-documentation/action.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
names: | ||
fastrtps: | ||
cmake-args: | ||
- "-DBUILD_SHARED_LIBS=ON" | ||
- "-DSECURITY=ON" | ||
- "-DTHIRDPARTY_Asio=FORCE" | ||
- "-DTHIRDPARTY_TinyXML2=FORCE" | ||
- "-DTHIRDPARTY_UPDATE=OFF" | ||
fastdds-docs: | ||
cmake-args: | ||
- "-DBUILD_DOCUMENTATION=ON" | ||
- "-DCOMPILE_TESTS=ON" | ||
googletest-distribution: | ||
cmake-args: | ||
- "-Dgtest_force_shared_crt=ON" | ||
- "-DBUILD_SHARED_LIBS=ON" | ||
- "-DBUILD_GMOCK=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