Fix Windows v2.8.0 C++11 and cppunit builds#1596
Merged
jimklimov merged 34 commits intonetworkupstools:Windows-v2.8.0-1from Aug 22, 2022
Merged
Fix Windows v2.8.0 C++11 and cppunit builds#1596jimklimov merged 34 commits intonetworkupstools:Windows-v2.8.0-1from
jimklimov merged 34 commits intonetworkupstools:Windows-v2.8.0-1from
Conversation
|
✅ Build nut 2.8.0.5-Windows-v2.8.0-1 completed (commit d8dafa2ff0 by @jimklimov) |
|
❌ Build nut 2.8.0.7-Windows-v2.8.0-1 failed (commit ee71649393 by @jimklimov) |
Member
Author
|
Sort of viable - builds, but needs more love for connections to actually work (missed something to port from upsclient.c? mixup of int and SOCKET struck after all? like #1592): |
Add mingw-w64-x86_64-cppunit to check `cppnit` et al
…AVE_WINDOWS .exe targets" This reverts commit b3d36d9.
8d75fb2 to
516514d
Compare
|
✅ Build nut 2.8.0.9-Windows-v2.8.0-1 completed (commit a51106a1b8 by @jimklimov) |
…sking for individual test cases
Member
Author
|
Now it connects and passes, one more checkbox off our backs :) |
…nt::setDebugConnect(bool) [networkupstools#1594]
…indows now so it gets installed [networkupstools#1594, networkupstools#1598] Closes: networkupstools#1598
…lback gmtime_r() etc that C+ code does not even use [networkupstools#1594]
…fallback gmtime_r() etc that C+ code does not even use [networkupstools#1594]
include "config.h" first
…S (append vs external settings)
…_CI_BUILDDIR for better out-of-tree builds
…build flags, so shared libnutscan.dll can be built [networkupstools#1603]
|
❌ Build nut 2.8.0.15-Windows-v2.8.0-1 failed (commit 51e6e3d3fd by @jimklimov) |
This was referenced Aug 22, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #1594
UPDATE:
Closes: #1598
Closes: #1603