From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
"Alex Bennée" <alex.bennee@linaro.org>
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Fam Zheng" <fam@euphon.net>
Subject: [Qemu-devel] [PATCH 3/3] .travis.yml: Test installing Sphinx documentation in out-of-tree build
Date: Fri, 8 Mar 2019 17:29:06 +0100 [thread overview]
Message-ID: <20190308162906.10491-4-philmd@redhat.com> (raw)
In-Reply-To: <20190308162906.10491-1-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@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
next prev parent reply other threads:[~2019-03-08 16:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-08 16:29 [Qemu-devel] [PATCH 0/3] travis-ci: Test installing Sphinx documentation Philippe Mathieu-Daudé
2019-03-08 16:29 ` [Qemu-devel] [PATCH 1/3] .travis.yml: Reduce the out-of-tree target list Philippe Mathieu-Daudé
2019-03-08 16:29 ` [Qemu-devel] [PATCH 2/3] .travis.yml: Test the documentation installation process Philippe Mathieu-Daudé
2019-03-08 16:29 ` Philippe Mathieu-Daudé [this message]
2019-03-08 16:55 ` [Qemu-devel] [PATCH 0/3] travis-ci: Test installing Sphinx documentation Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190308162906.10491-4-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=fam@euphon.net \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).