qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] .github/workflows: Add GitHub action for Windows WHPX build
@ 2020-08-04  8:48 Philippe Mathieu-Daudé
  2020-08-04  8:48 ` [RFC PATCH 1/3] .github/workflows: Add GitHub action for Windows build Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-04  8:48 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Thomas Huth, Stefan Weil, Philippe Mathieu-Daudé,
	Sunil Muthuswamy, Alex Bennée

Reposting Stefan's patch in case we want to merge it in
(I 'd rather not, adding them as GitLab jobs instead):
- add MAINTAINERS entry
- improve speed by parallelizing jobs

Philippe Mathieu-Daudé (2):
  MAINTAINERS: Add entry for GitHub 'Actions' config files
  .github/workflows: Use matrix strategy to parallelize builds

Stefan Weil (1):
  .github/workflows: Add GitHub action for Windows build

 .github/workflows/build.sh                | 112 ++++++++++++++++++++++
 .github/workflows/pkg-config-crosswrapper |  37 +++++++
 .github/workflows/win.yml                 |  25 +++++
 MAINTAINERS                               |   6 ++
 4 files changed, 180 insertions(+)
 create mode 100755 .github/workflows/build.sh
 create mode 100755 .github/workflows/pkg-config-crosswrapper
 create mode 100644 .github/workflows/win.yml

-- 
2.21.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-08-04 10:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-04  8:48 [RFC PATCH 0/3] .github/workflows: Add GitHub action for Windows WHPX build Philippe Mathieu-Daudé
2020-08-04  8:48 ` [RFC PATCH 1/3] .github/workflows: Add GitHub action for Windows build Philippe Mathieu-Daudé
2020-08-04  8:48 ` [RFC PATCH 2/3] MAINTAINERS: Add entry for GitHub 'Actions' config files Philippe Mathieu-Daudé
2020-08-04  8:48 ` [RFC PATCH 3/3] .github/workflows: Use matrix strategy to parallelize builds Philippe Mathieu-Daudé
2020-08-04  9:04   ` Stefan Weil
2020-08-04  9:11     ` Philippe Mathieu-Daudé
2020-08-04 10:05 ` [RFC PATCH 0/3] .github/workflows: Add GitHub action for Windows WHPX build Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).