[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-5.1] Add GitHub action for Windows build
From: |
Stefan Weil |
Subject: |
Re: [PATCH for-5.1] Add GitHub action for Windows build |
Date: |
Tue, 4 Aug 2020 09:54:08 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
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