Add a job to build the MIPS r5900o32el (linux-user) target and run the TCG tests.
Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28a83afb914..7d7559416e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -622,6 +622,18 @@ build-without-default-features: --target-list-exclude=arm-softmmu,i386-softmmu,mipsel-softmmu,mips64-softmmu,ppc-softmmu MAKE_CHECK_ARGS: check-unit +build-r5900-user: + <<: *native_build_job_definition + variables: + IMAGE: fedora + CONFIGURE_ARGS: --disable-tools --disable-docs --disable-blobs --enable-debug-tcg + TARGETS: r5900o32el-linux-user + MAKE_CHECK_ARGS: run-tcg-tests-r5900o32el-linux-user + artifacts: + expire_in: 2 days + paths: + - build + check-patch: stage: build image: $CI_REGISTRY_IMAGE/qemu/centos8:latest -- 2.26.2