-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build examples from CMake rather than executable #502
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gz_build_examples
is not available. @mjcarroll do you need a gz-cmake
release?
@osrf-jenkins retest this please |
@osrf-jenkins retest this please |
Codecov Report
@@ Coverage Diff @@
## gz-common5 #502 +/- ##
===========================================
Coverage 83.65% 83.65%
===========================================
Files 90 90
Lines 10249 10249
===========================================
Hits 8574 8574
Misses 1675 1675 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macOS is faling
Addressed in #524 |
macOS builds are failing to find gz-common5 when building examples. Is that expected? |
We either need to run |
Signed-off-by: Michael Carroll <[email protected]>
🦟 Bug fix
Summary
Part of gazebosim/gz-cmake#301
Test by building gz-common as normal and then running the "EXAMPLES_Configure_TEST" and "EXAMPLES_Build_TEST" via ctest.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.