bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
80 stars 229 forks source link

MSYS2 fixes and CI #298

Closed Kojoley closed 1 year ago

Kojoley commented 1 year ago

I've setup CI on GHA because it is much more convenient using their action script.

This covers different Mingw setups and it does not fail on PCH tests like Mingw-w64 one installed by default on GHA/Azure (either because GCC exe there built without ASLR or GCC there is a new one which supports PCH relocation).