travis: add no-TCG build
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Jul 2017 09:30:16 +0000 (11:30 +0200)
committerFam Zheng <famz@redhat.com>
Mon, 17 Jul 2017 03:34:20 +0000 (11:34 +0800)
It's fairly easy for --disable-tcg to bitrot.  Test it in our CI.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20170714093016.10897-1-pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
.travis.yml

index 27a2d9cfb3429d79959b3647962af6c924c1603a..3c7a5cbe2551a6bb393951b3f2e239b7da9f02e2 100644 (file)
@@ -86,6 +86,9 @@ matrix:
     - env: CONFIG="--enable-trace-backends=ust"
            TEST_CMD=""
       compiler: gcc
+    - env: CONFIG="--disable-tcg"
+           TEST_CMD=""
+      compiler: gcc
     - env: CONFIG=""
       os: osx
       compiler: clang