ci: test build outputs

This modifies CI to check that we generate completion files and a man
page.

We also enable tests on arm.
This commit is contained in:
Andrew Gallant
2018-02-06 15:53:17 -05:00
parent 6553940328
commit e1f1ede17d
3 changed files with 83 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
language: rust
cache: cargo
env:
global:
- PROJECT_NAME: ripgrep
@@ -7,12 +6,16 @@ env:
addons:
apt:
packages:
# For generating man page.
- libxslt1-dev
- asciidoc
- docbook-xsl
- xsltproc
- libxml2-utils
# Needed for completion-function test.
- zsh
# Needed for testing decompression search.
- xz-utils
# For generating man page.
- asciidoc
matrix:
fast_finish: true
include: