OSDN Git Service

.travis.yml: test that no-default-device builds do not regress
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Jan 2019 14:57:53 +0000 (15:57 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Mar 2019 20:46:19 +0000 (21:46 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.travis.yml

index cca57f4..e942175 100644 (file)
@@ -151,6 +151,12 @@ matrix:
 
     # We manually include builds which we disable "make check" for
     - env:
+        - CONFIG="--without-default-devices"
+        - TEST_CMD=""
+
+
+    # We manually include builds which we disable "make check" for
+    - env:
         - CONFIG="--enable-debug --enable-tcg-interpreter"
         - TEST_CMD=""