Open fenugrec opened 3 years ago
test compilation on MSVC + borland + mingw
running with valgrind for bonus points cppcheck / other static checker for more bonus
Yes that would be done in a secound step.
@fenugrec
Which kind of approach would you prefer for the github action workflow:
A more "native" and "splitted" approach as for example here: https://github.com/danmar/cppcheck/tree/main/.github/workflows
Or a cmake based "all in one" definition as for example here: https://github.com/cristianadam/HelloWorld/tree/master/.github/workflows
A more "native" and "splitted" approach as for example here:
If it's a comparable amount of work and functionality, I think I prefer the "split" approach - a bit easier to digest and work on, perhaps ? If there are reasons to prefer the second, I could be convinced.
I just asked for personal preference. I would tend to "split" approach as well.
So decision made: 1 workflow definition per architecture.
from PR #64 , the ability to test compilation on MSVC + borland + mingw automatically would be nice.
ctest
tests that don't require a hardware interface (currentlyctest -I 3 ...
)