mirror of
https://github.com/qemu/qemu.git
synced 2024-12-15 07:23:52 +08:00
8 lines
246 B
YAML
8 lines
246 B
YAML
|
# Currently we have two build stages after our containers are built:
|
||
|
# - build (for traditional build and test or first stage build)
|
||
|
# - test (for test stages, using build artefacts from a build stage)
|
||
|
stages:
|
||
|
- containers
|
||
|
- build
|
||
|
- test
|