-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove configure.bat, export CXX_STANDARD #387
Conversation
Signed-off-by: Steve Peters <[email protected]>
@osrf-jenkins run tests please now that gazebosim/gz-cmake#271 has been merged |
the windows build failed due to the matching gazebodistro branch name, so I deleted that branch and am retrying the build |
some examples are failing to compile in the Focal workflow; I'll fix them shortly |
Signed-off-by: Steve Peters <[email protected]>
I believe the examples were failing to compile because the core library doesn't export a CXX_STANDARD; I've fixed this in 0ca0906 |
Codecov Report
@@ Coverage Diff @@
## main #387 +/- ##
=======================================
Coverage 77.83% 77.83%
=======================================
Files 85 85
Lines 10771 10771
=======================================
Hits 8384 8384
Misses 2387 2387
Continue to review full report at Codecov.
|
compiler warnings will be fixed in #377 |
Signed-off-by: Steve Peters <[email protected]>
* Remove configure.bat and test fix for finding av * Set CXX_STANDARD for core library * Fix deprecation warnings Signed-off-by: Steve Peters <[email protected]>
🦟 Bug fix
Testing a fix for #386 using the matching branch name of gazebosim/gz-cmake#271
Summary
I needed to make a change in order to test the fix for #386 and it's safe to remove
configure.bat
on any branches not used by gazebo11's CI, so I'm doing so here.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.