mbox series

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

Message ID 20210623091137.1156959-1-kraxel@redhat.com (mailing list archive)
Headers show
Series build windows installers in ci | expand

Message

Gerd Hoffmann June 23, 2021, 9:11 a.m. UTC
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