[eclipse-poky] [PATCH 16/23] .travis.yaml: add dependencies to build docs
Tim Orling
timothy.t.orling at linux.intel.com
Thu Feb 8 23:17:50 PST 2018
make xsltproc docbook-utils fop dblatex xmlto
Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 9430edc6125..67d8e72a9ea 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,12 @@ addons:
apt:
packages:
- fluxbox
+ - make
+ - xsltproc
+ - docbook-utils
+ - fop
+ - dblatex
+ - xmlto
before_script:
- export DISPLAY=:99.0
--
2.13.6
More information about the eclipse-yocto
mailing list