qemu: Move capability checks for IOMMU features
[libvirt/ericb.git] / .gitlab-ci.yml
blobc1f9f3716630498c025736eee8b38f832d4489c7
1 .job_template: &job_definition
2   script:
3     - mkdir build
4     - cd build
5     - ../autogen.sh $CONFIGURE_OPTS || (cat config.log && exit 1)
6     - make -j $(getconf _NPROCESSORS_ONLN)
8 # We could run every arch on both versions, but it is a little
9 # overkill. Instead we run half the jobs on 9 and half the jobs
10 # on sid to give reasonable cross-coverage.
12 debian-9-cross-armv6l:
13   <<: *job_definition
14   image: quay.io/libvirt/buildenv-debian-9-cross-armv6l:master
16 debian-9-cross-mipsel:
17   <<: *job_definition
18   image: quay.io/libvirt/buildenv-debian-9-cross-mipsel:master
20 debian-9-cross-ppc64le:
21   <<: *job_definition
22   image: quay.io/libvirt/buildenv-debian-9-cross-ppc64le:master
24 debian-9-cross-s390x:
25   <<: *job_definition
26   image: quay.io/libvirt/buildenv-debian-9-cross-s390x:master
28 debian-sid-cross-aarch64:
29   <<: *job_definition
30   image: quay.io/libvirt/buildenv-debian-sid-cross-aarch64:master
32 debian-sid-cross-armv7l:
33   <<: *job_definition
34   image: quay.io/libvirt/buildenv-debian-sid-cross-armv7l:master
36 debian-sid-cross-i686:
37   <<: *job_definition
38   image: quay.io/libvirt/buildenv-debian-sid-cross-i686:master
40 debian-sid-cross-mips64el:
41   <<: *job_definition
42   image: quay.io/libvirt/buildenv-debian-sid-cross-mips64el:master
44 debian-sid-cross-mips:
45   <<: *job_definition
46   image: quay.io/libvirt/buildenv-debian-sid-cross-mips:master