Re: [PATCH for-5.1] Add GitHub action for Windows build

2020-08-04 Thread Daniel P . Berrangé
On Tue, Aug 04, 2020 at 09:29:50AM +0200, Philippe Mathieu-Daudé wrote: > > diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml > > new file mode 100644 > > index 00..81cf48530f > > --- /dev/null > > +++ b/.github/workflows/win.yml > > @@ -0,0 +1,34 @@ > > +# GitHub actions

Re: [PATCH for-5.1] Add GitHub action for Windows build

2020-08-04 Thread Stefan Weil
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

Re: [PATCH for-5.1] Add GitHub action for Windows build

2020-08-04 Thread Philippe Mathieu-Daudé
On 8/3/20 10:20 PM, Stefan Weil wrote: > The GitHub action is restricted to https://github.com/qemu/qemu. > > Signed-off-by: Stefan Weil > --- > > This patch adds a GitHub action for continuous integration builds > of QEMU for Windows. Thanks for this! > > The CI builds run on GitHub and incl

[PATCH for-5.1] Add GitHub action for Windows build

2020-08-03 Thread Stefan Weil
The GitHub action is restricted to https://github.com/qemu/qemu. Signed-off-by: Stefan Weil --- This patch adds a GitHub action for continuous integration builds of QEMU for Windows. The CI builds run on GitHub and include the WHPX code. The action rules avoid unnecessary waste of resources by