-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #20542: Fix CI version management Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Apply internal revision suggestions Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Add ignored paths to sanitizer events Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Apply rev suggestions Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Remove nightly files Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Remove Windows CI test report Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Remove unused action Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Set default Discovery Server latest TAG Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Address last rev suggestions Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Fix input branch on reusable windows CI Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Manual cherry-pick of PR #4549 Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Manual cherry-pick of PR #4456 Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20542: Fix a couple of nitpicks Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> Co-authored-by: EduPonz <eduardoponz@eprosima.com>
- Loading branch information
1 parent
38f75a4
commit 0898631
Showing
30 changed files
with
197 additions
and
592 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,31 +1,18 @@ | ||
{ | ||
"names": | ||
{ | ||
"fastrtps": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCMAKE_BUILD_TYPE=Debug", | ||
"-DEPROSIMA_BUILD_TESTS=ON", | ||
"-DRTPS_API_TESTS=ON", | ||
"-DFASTRTPS_API_TESTS=ON", | ||
"-DFASTDDS_PIM_API_TESTS=ON", | ||
"-DPERFORMANCE_TESTS=ON", | ||
"-DNO_TLS=OFF", | ||
"-DSECURITY=ON", | ||
"-DFASTDDS_STATISTICS=ON", | ||
"-DSANITIZER=Address", | ||
"-DCMAKE_CXX_FLAGS='-Werror'" | ||
] | ||
}, | ||
|
||
"discovery-server": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCMAKE_BUILD_TYPE=Debug", | ||
"-DSANITIZER=Address", | ||
] | ||
} | ||
} | ||
} | ||
names: | ||
fastrtps: | ||
cmake-args: | ||
- "-DCMAKE_BUILD_TYPE=Debug" | ||
- "-DEPROSIMA_BUILD_TESTS=ON" | ||
- "-DRTPS_API_TESTS=ON" | ||
- "-DFASTRTPS_API_TESTS=ON" | ||
- "-DFASTDDS_PIM_API_TESTS=ON" | ||
- "-DPERFORMANCE_TESTS=ON" | ||
- "-DNO_TLS=OFF" | ||
- "-DSECURITY=ON" | ||
- "-DFASTDDS_STATISTICS=ON" | ||
- "-DSANITIZER=Address" | ||
- "-DCMAKE_CXX_FLAGS='-Werror'" | ||
discovery-server: | ||
cmake-args: | ||
- "-DCMAKE_BUILD_TYPE=Debug" | ||
- "-DSANITIZER=Address" |
File renamed without changes.
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,5 @@ | ||
repositories: | ||
googletest-distribution: | ||
type: git | ||
url: https://github.com/google/googletest.git | ||
version: release-1.11.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.