summaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/qemu-project.yml
blob: 64cb2ba1da53ff7cb40f374d5a487d93f0784b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This file contains the set of jobs run by the QEMU project:
# https://gitlab.com/qemu-project/qemu/-/pipelines

include:
  - local: '/.gitlab-ci.d/stages.yml'
  - local: '/.gitlab-ci.d/edk2.yml'
  - local: '/.gitlab-ci.d/opensbi.yml'
  - local: '/.gitlab-ci.d/containers.yml'
  - local: '/.gitlab-ci.d/crossbuilds.yml'
  - local: '/.gitlab-ci.d/buildtest.yml'
  - local: '/.gitlab-ci.d/static_checks.yml'