mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 17:21:57 -07:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user