-
Notifications
You must be signed in to change notification settings - Fork 683
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
Move 3rdParty GetOpt to Examples subdir and add weekly test build with vcpkg #1226
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1226 +/- ##
==========================================
- Coverage 82.66% 82.65% -0.01%
==========================================
Files 157 157
Lines 20180 20180
Branches 7626 7626
==========================================
- Hits 16681 16679 -2
- Misses 2878 2880 +2
Partials 621 621
Flags with carried forward coverage won't be shown. Click here to find out more. |
@clementperon |
No it's because we So the GetOpt is present for Tests... |
So if users don't want to build the examples they won't be to build the test either? |
Yes so not acceptable as it. |
Yes, I think it's not a good idea to move GetOpt to |
Hi,
In order to regularly check that the vcpkg package manager is not broken add a CI workflow that test to build the Examples with PcapPlusPLus installed using vcpkg.
In order to build out-of-tree on Windows the getopt library needs to be moved to Examples directory
Also bump the checkout action to v4 everywhere.
DRAFT: Until vcpkg 23.09 is merged on vcpkg repo and move to official vcpkg repo instead of clementperon's fork