-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot-automerge] gz-physics v8.0.0 (#41)
automerged PR by conda-forge/automerge-action
- Loading branch information
Showing
5 changed files
with
55 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ azure: | |
bot: | ||
abi_migration_branches: | ||
- v6 | ||
- v7 | ||
automerge: true | ||
build_platform: | ||
osx_arm64: osx_64 | ||
|
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,23 @@ | ||
From 28e4f01366d39b4826274cdc573b01b0b7cd00ca Mon Sep 17 00:00:00 2001 | ||
From: Silvio Traversaro <[email protected]> | ||
Date: Mon, 30 Sep 2024 12:35:13 +0200 | ||
Subject: [PATCH] Update CMakeLists.txt | ||
|
||
Signed-off-by: Silvio Traversaro <[email protected]> | ||
--- | ||
test/CMakeLists.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt | ||
index 47dbfe30f..a1197a4bb 100644 | ||
--- a/test/CMakeLists.txt | ||
+++ b/test/CMakeLists.txt | ||
@@ -32,7 +32,7 @@ target_link_libraries(gz-physics-test INTERFACE | ||
|
||
add_subdirectory(gtest_vendor) | ||
add_subdirectory(benchmark) | ||
-add_subdirectory(common_test) | ||
+#add_subdirectory(common_test) | ||
add_subdirectory(plugins) | ||
add_subdirectory(integration) | ||
add_subdirectory(performance) |
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