[PATCH 0/3] [RfC] build windows installers in ci

Gerd Hoffmann posted 3 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210623091137.1156959-1-kraxel@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Willian Rampazzo <willianr@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
There is a newer version of this series
.gitlab-ci.d/crossbuild-template.yml          |  7 +++
.gitlab-ci.d/crossbuilds.yml                  |  8 +++
scripts/copy-dlls                             | 56 +++++++++++++++++++
.../dockerfiles/fedora-win32-cross.docker     |  1 +
.../dockerfiles/fedora-win64-cross.docker     |  2 +
5 files changed, 74 insertions(+)
create mode 100755 scripts/copy-dlls
[PATCH 0/3] [RfC] build windows installers in ci
Posted by Gerd Hoffmann 2 years, 10 months ago
Side product of making usb-host work on windows.

I'll go disappear into my summer vacation soon,
so posting my current state as RfC.

If someone feels like picking this up feel free
to do so.  Otherwise I'll go continue this when
I'm back, but it most likely wouldn't make it
into the 6.1 release then.

take care,
  Gerd

Gerd Hoffmann (3):
  ci: build & store windows installer
  [hack] scripts/copy-dlls
  ci: build & store guest agent msi

 .gitlab-ci.d/crossbuild-template.yml          |  7 +++
 .gitlab-ci.d/crossbuilds.yml                  |  8 +++
 scripts/copy-dlls                             | 56 +++++++++++++++++++
 .../dockerfiles/fedora-win32-cross.docker     |  1 +
 .../dockerfiles/fedora-win64-cross.docker     |  2 +
 5 files changed, 74 insertions(+)
 create mode 100755 scripts/copy-dlls

-- 
2.31.1