summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-20 19:49:36 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 20:05:55 -0500
commitcb47be938ec81208d64039a539841a7b0a166794 (patch)
tree1932fb1836d4f821705cb9e7fc35425c4f3834f8 /.travis.yml
parentfe9be658f410d2e35c1cfe236a338f95aa03a724 (diff)
ci: build man page on ARM cross-compile
This fixes a bug where ripgrep's man page wasn't generated in the ARM cross-compile build. Mostly, this should just require installing asciidoc and making sure we test that it actually works. Fixes #791
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bd6dd503..f95f29ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,6 +41,12 @@ matrix:
- binutils-arm-linux-gnueabihf
- libc6-armhf-cross
- libc6-dev-armhf-cross
+ # For generating man page.
+ - libxslt1-dev
+ - asciidoc
+ - docbook-xsl
+ - xsltproc
+ - libxml2-utils
# Beta channel. We enable these to make sure there are no regressions in
# Rust beta releases.
- os: linux
@@ -67,6 +73,12 @@ matrix:
- binutils-arm-linux-gnueabihf
- libc6-armhf-cross
- libc6-dev-armhf-cross
+ # For generating man page.
+ - libxslt1-dev
+ - asciidoc
+ - docbook-xsl
+ - xsltproc
+ - libxml2-utils
install: ci/install.sh
script: ci/script.sh
before_deploy: ci/before_deploy.sh