| 1 | # This file contains the set of jobs run by the QEMU project: |
| 2 | # https://gitlab.com/qemu-project/qemu/-/pipelines |
| 3 | |
| 4 | variables: |
| 5 | RUNNER_TAG: "" |
| 6 | |
| 7 | default: |
| 8 | tags: |
| 9 | - $RUNNER_TAG |
| 10 | |
| 11 | include: |
| 12 | - local: '/.gitlab-ci.d/base.yml' |
| 13 | - local: '/.gitlab-ci.d/stages.yml' |
| 14 | - local: '/.gitlab-ci.d/containers.yml' |
| 15 | - local: '/.gitlab-ci.d/crossbuilds.yml' |
| 16 | - local: '/.gitlab-ci.d/buildtest.yml' |
| 17 | - local: '/.gitlab-ci.d/static_checks.yml' |
| 18 | - local: '/.gitlab-ci.d/custom-runners.yml' |
| 19 | - local: '/.gitlab-ci.d/windows.yml' |
| 20 | - local: '/.gitlab-ci.d/macos.yml' |