diff mbox series

[50/51] .travis.yml: test that no-default-device builds do not regress

Message ID 1549562254-41157-51-git-send-email-pbonzini@redhat.com
State New
Headers show
Series Support Kconfig in QEMU | expand

Commit Message

Paolo Bonzini Feb. 7, 2019, 5:57 p.m. UTC
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Thomas Huth Feb. 7, 2019, 6:26 p.m. UTC | #1
On 2019-02-07 18:57, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  .travis.yml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 87d9fa9..a095d22 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -132,6 +132,12 @@ matrix:
>  
>      # We manually include builds which we disable "make check" for

Maybe adjust the comment here?

>      - env:
> +        - CONFIG="--without-default-devices"
> +        - TEST_CMD=""

Have you tried --without-default-devices + "make check" ? I wonder how
badly it explodes... well, I guess we need the qgraph patches for that
first.

> +
> +    # We manually include builds which we disable "make check" for
> +    - env:
>          - CONFIG="--enable-debug --enable-tcg-interpreter"
>          - TEST_CMD=""
>  
> 

 Thomas
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 87d9fa9..a095d22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -132,6 +132,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=""