mirror of https://github.com/xemu-project/xemu.git
.travis.yml: test that no-default-device builds do not regress
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3a56c2f36c
commit
20885b5b16
|
@ -149,6 +149,12 @@ matrix:
|
||||||
- ${SRC_DIR}/scripts/travis/coverage-summary.sh
|
- ${SRC_DIR}/scripts/travis/coverage-summary.sh
|
||||||
|
|
||||||
|
|
||||||
|
# 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
|
# We manually include builds which we disable "make check" for
|
||||||
- env:
|
- env:
|
||||||
- CONFIG="--enable-debug --enable-tcg-interpreter"
|
- CONFIG="--enable-debug --enable-tcg-interpreter"
|
||||||
|
|
Loading…
Reference in New Issue