]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add building unit tests with mingw to github actions
authorArne Schwabe <arne@rfc2549.org>
Thu, 9 Feb 2023 16:37:05 +0000 (17:37 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 14 Feb 2023 13:13:14 +0000 (14:13 +0100)
commit9719393b7cf94d37f3706ca32c02433e8578599b
tree5c88b22c69263721d08df29faf410605ab87c392
parent6731314a82d1a3c76b5497749985ee20c0c7d8eb
Add building unit tests with mingw to github actions

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 grouped by test

Patch v2: use -static-libgcc to avoid comping gcc runtime libraries.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20230209163705.466173-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26204.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml