mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
gitlab: add mingw cross build CI jobs
This pulls in the mingw cross build jobs using Fedora 30 as a base, matching what is done on Jenkins and Travis. Reviewed-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
562ada4ee7
commit
75b88557c4
@ -61,6 +61,15 @@ mipsel-debian-sid:
|
||||
<<: *cross_build_extra_job_definition
|
||||
image: quay.io/libvirt/buildenv-libvirt-debian-sid-cross-mipsel:latest
|
||||
|
||||
mingw32-fedora-30:
|
||||
<<: *cross_build_default_job_definition
|
||||
image: quay.io/libvirt/buildenv-libvirt-fedora-30-cross-mingw32:latest
|
||||
|
||||
mingw64-fedora-30:
|
||||
<<: *cross_build_default_job_definition
|
||||
image: quay.io/libvirt/buildenv-libvirt-fedora-30-cross-mingw64:latest
|
||||
|
||||
|
||||
# This artifact published by this job is downloaded by libvirt.org to
|
||||
# be deployed to the web root:
|
||||
# https://gitlab.com/libvirt/libvirt/-/jobs/artifacts/master/download?job=website
|
||||
|
Loading…
x
Reference in New Issue
Block a user