mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
no man page for now
This commit is contained in:
parent
d10113668a
commit
8982636c1e
12
ci/script.sh
12
ci/script.sh
@ -23,14 +23,14 @@ main() {
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
# sanity check the file type
|
# sanity check the file type
|
||||||
file target/"$TARGET"/debug/rg
|
file target/"$TARGET"/debug/rga
|
||||||
|
|
||||||
# Check that we've generated man page and other shell completions.
|
# Check that we've generated man page and other shell completions.
|
||||||
outdir="$(cargo_out_dir "target/$TARGET/debug")"
|
#outdir="$(cargo_out_dir "target/$TARGET/debug")"
|
||||||
file "$outdir/rg.bash"
|
#file "$outdir/rg.bash"
|
||||||
file "$outdir/rg.fish"
|
#file "$outdir/rg.fish"
|
||||||
file "$outdir/_rg.ps1"
|
#file "$outdir/_rg.ps1"
|
||||||
file "$outdir/rg.1"
|
#file "$outdir/rg.1"
|
||||||
|
|
||||||
# Apparently tests don't work on arm, so just bail now. I guess we provide
|
# Apparently tests don't work on arm, so just bail now. I guess we provide
|
||||||
# ARM releases on a best effort basis?
|
# ARM releases on a best effort basis?
|
||||||
|
Loading…
Reference in New Issue
Block a user