-
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.
Refs #20542: Manual cherry-pick of PR #4456
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
- Loading branch information
Showing
3 changed files
with
89 additions
and
37 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