2 - local: '/.gitlab-ci-edk2.yml'
3 - local: '/.gitlab-ci-opensbi.yml'
7 - apt-get install -y -qq flex bison libglib2.0-dev libpixman-1-dev genisoimage
11 - apt-get install -y -qq libgtk-3-dev libvte-dev nettle-dev libcacard-dev
12 libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev libvdeplug-dev
15 - ../configure --enable-werror --target-list="aarch64-softmmu alpha-softmmu
16 cris-softmmu hppa-softmmu lm32-softmmu moxie-softmmu microblazeel-softmmu
17 mips64el-softmmu m68k-softmmu ppc-softmmu riscv64-softmmu sparc-softmmu"
23 - apt-get install -y -qq libsdl2-dev libgcrypt-dev libbrlapi-dev libaio-dev
24 libfdt-dev liblzo2-dev librdmacm-dev libibverbs-dev libibumad-dev
28 - ../configure --enable-werror --target-list="tricore-softmmu unicore32-softmmu
29 microblaze-softmmu mips-softmmu riscv32-softmmu s390x-softmmu sh4-softmmu
30 sparc64-softmmu x86_64-softmmu xtensa-softmmu nios2-softmmu or1k-softmmu"
38 - ../configure --enable-werror --disable-rdma --disable-slirp --disable-curl
39 --disable-capstone --disable-live-block-migration --disable-glusterfs
40 --disable-replication --disable-coroutine-pool --disable-smartcard
41 --disable-guest-agent --disable-curses --disable-libxml2 --disable-tpm
42 --disable-qom-cast-debug --disable-spice --disable-vhost-vsock
43 --disable-vhost-net --disable-vhost-crypto --disable-vhost-user
44 --target-list="i386-softmmu ppc64-softmmu mips64-softmmu i386-linux-user"
46 - make -j2 check-qtest SPEED=slow
50 - apt-get install -y -qq clang libgtk-3-dev libusb-dev
53 - ../configure --cc=clang --enable-werror --disable-tcg --audio-drv-list=""
56 - make check-qapi-schema
57 - cd tests/qemu-iotests/
58 - ./check -raw 001 002 003 004 005 008 009 010 011 012 021 025 032 033 048
59 052 063 077 086 101 104 106 113 148 150 151 152 157 159 160 163
60 170 171 183 184 192 194 197 208 215 221 222 226 227 236 253 277
61 - ./check -qcow2 028 051 056 057 058 065 067 068 082 085 091 095 096 102 122
62 124 132 139 142 144 145 151 152 155 157 165 194 196 197 200 202
63 208 209 215 216 218 222 227 234 246 247 248 250 254 255 257 258
64 260 261 262 263 264 270 272 273 277 279
70 - ../configure --enable-werror --disable-system --disable-guest-agent
71 --disable-capstone --disable-slirp --disable-fdt
73 - make run-tcg-tests-i386-linux-user run-tcg-tests-x86_64-linux-user
77 - apt-get install -y -qq clang libsdl2-dev libattr1-dev libcap-ng-dev
78 xfslibs-dev libiscsi-dev libnfs-dev libseccomp-dev gnutls-dev librbd-dev
81 - ../configure --cc=clang --cxx=clang++ --enable-werror
82 --target-list="alpha-softmmu arm-softmmu m68k-softmmu mips64-softmmu
83 ppc-softmmu s390x-softmmu x86_64-softmmu arm-linux-user"
89 - TARGETS="aarch64 alpha arm hppa m68k microblaze moxie ppc64 s390x x86_64"
92 - ../configure --enable-tcg-interpreter
93 --target-list="$(for tg in $TARGETS; do echo -n ${tg}'-softmmu '; done)"
95 - make run-tcg-tests-x86_64-softmmu
96 - make tests/qtest/boot-serial-test tests/qtest/cdrom-test tests/qtest/pxe-test
97 - for tg in $TARGETS ; do
98 export QTEST_QEMU_BINARY="${tg}-softmmu/qemu-system-${tg}" ;
99 ./tests/qtest/boot-serial-test || exit 1 ;
100 ./tests/qtest/cdrom-test || exit 1 ;
102 - QTEST_QEMU_BINARY="x86_64-softmmu/qemu-system-x86_64" ./tests/qtest/pxe-test
103 - QTEST_QEMU_BINARY="s390x-softmmu/qemu-system-s390x"
104 ./tests/qtest/pxe-test -m slow