]> git.proxmox.com Git - mirror_qemu.git/blob - .gitlab-ci.d/stages.yml
hw/i386/pc: Use qdev_prop_set_array()
[mirror_qemu.git] / .gitlab-ci.d / stages.yml
1 # Currently we have two build stages after our containers are built:
2 # - build (for traditional build and test or first stage build)
3 # - test (for test stages, using build artefacts from a build stage)
4 stages:
5 - containers
6 - build
7 - test