Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index df6700d93a..2c6b6c05b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,10 +126,19 @@ matrix: - texinfo - perl - # Test out-of-tree builds + + # Test out-of-tree builds (and install) - env: - - CONFIG="--enable-debug --enable-debug-tcg --target-list=microblaze-softmmu,xtensa-softmmu,cris-linux-user,hppa-linux-user" + - BASE_CONFIG="--enable-docs --disable-tools" + - CONFIG="--prefix=$PWD/prefix --enable-debug --enable-debug-tcg --target-list=microblaze-softmmu,xtensa-softmmu,cris-linux-user,hppa-linux-user" - BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.." + - TEST_CMD="make check install -j3" + addons: + apt: + packages: + - python-sphinx + - texinfo + - perl # Test with Clang for compile portability (Travis uses clang-5.0) -- 2.20.1