Am 04.08.20 um 09:29 schrieb Philippe Mathieu-Daudé: > But I'm not keen on not using GitLab instead. > > The only point I see of using GitHub/Azureus is if we then install > and run testing in the Windows Server 2019 environment: > > https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
That should be possible. The required packages are available from Cygwin, and Cygwin also provides the same Mingw-w64 compilers as the typical Linux distributions. QEMU builds take much longer on Windows, so implementing and testing this will need much patience. Maybe it is also possible to combine a cross build on Ubuntu with a test part on Windows Server. Stefan