7876cba8fc
Gitlab also provides runners with Windows, we can use them to test compilation with MSYS2, in both, 64-bit and 32-bit. However, it takes quite a long time to set up the VM, so to stay in a reasonable time frame, we can only compile and check one target here. Message-Id: <20211115140623.104116-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
15 lines
530 B
YAML
15 lines
530 B
YAML
# 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'
|
|
- local: '/.gitlab-ci.d/custom-runners.yml'
|
|
- local: '/.gitlab-ci.d/cirrus.yml'
|
|
- local: '/.gitlab-ci.d/windows.yml'
|