Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/.gitlab-ci.d/stages.yml
2023-03-06 14:48:14 +01:00

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