]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
gitlab: add --without-default-features build
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 10 Dec 2020 19:04:16 +0000 (19:04 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Jan 2021 20:03:09 +0000 (21:03 +0100)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201210190417.31673-8-alex.bennee@linaro.org>

.gitlab-ci.yml

index 373d80895e5bdc65fc8aea29fa8449af20a25ff8..01c9e46410d255fd3266982e324fb98f8d57bf87 100644 (file)
@@ -526,6 +526,13 @@ build-without-default-devices:
     IMAGE: centos8
     CONFIGURE_ARGS: --without-default-devices --disable-user
 
+build-without-default-features:
+  <<: *native_build_job_definition
+  variables:
+    IMAGE: debian-amd64
+    CONFIGURE_ARGS: --without-default-features --disable-user
+    MAKE_CHECK_ARGS: check-unit
+
 check-patch:
   stage: build
   image: $CI_REGISTRY_IMAGE/qemu/centos8:latest