[Openvpn-devel] [PATCH v2 5/5] Add building unit tests with mingw to github actions

2023-02-10 Thread Arne Schwabe
This runs each test in its own action since order of stderr and stdout is seemingly random in github action Windows output and this way at least tests outputs are groups gy test Patch v2: use -static-libgcc to avoid comping gcc runtime libraries. Signed-off-by: Arne Schwabe --- .github/workflow

[Openvpn-devel] [PATCH v2 5/5] Add building unit tests with mingw to github actions

2023-02-09 Thread Arne Schwabe
This runs each test in its own action since order of stderr and stdout is seemingly random in github action Windows output and this way at least tests outputs are groups gy test Patch v2: use -static-libgcc to avoid comping gcc runtime libraries. Signed-off-by: Arne Schwabe --- .github/workflow