CI: fix Windows build and update CI + build settings#1199
CI: fix Windows build and update CI + build settings#1199fabratu merged 4 commits intonetworkit:masterfrom
Conversation
c-bebop
left a comment
There was a problem hiding this comment.
I am not sure if I understand the scope of this PR correctly. Everything in ci.yml makes sense. The format changes in C++ files as well as logic changes in ErdosRenyiEnumeratorGTest.cpp however seem to me out of scope of this PR.
Thx for the review - this is partially answered in the comments :) Scope is: fixing CI issues (see master builds) + updating versions. Maybe you are right though, in future I will split those PRs. Also makes it easier to review them. |
b958185 to
db19446
Compare
|
Will merge this early, since fix is needed for CI. |
Notes:
libompon CI (not reproducible locally).-permissiveflag is added for MSVC builds, since when building with Visual Studio, the flag is enabled by default. This marks nonconforming code (related to MSVC + a CPP-standard).