mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
ci: Build RPMs on MinGW
Now that the spec file supports selectively disabling the native, mingw32 and mingw64 parts, we can add coverage for the MinGW RPM builds. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -57,10 +57,15 @@ include:
|
||||
key: "$CI_JOB_NAME"
|
||||
script:
|
||||
- source ci/jobs.sh
|
||||
- run_build
|
||||
- if test "$CROSS" = "i686" ;
|
||||
- if test -x /usr/bin/rpmbuild && test "$RPM" != "skip";
|
||||
then
|
||||
run_test;
|
||||
run_rpmbuild;
|
||||
else
|
||||
run_build;
|
||||
if test "$CROSS" = "i686";
|
||||
then
|
||||
run_test;
|
||||
fi;
|
||||
fi
|
||||
|
||||
.cross_build_job_prebuilt_env:
|
||||
|
||||
Reference in New Issue
Block a user