mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(tldr)
This commit is contained in:
parent
a1a8de1795
commit
367554faaa
1 changed files with 11 additions and 4 deletions
|
@ -22,7 +22,14 @@ build:
|
||||||
provides:
|
provides:
|
||||||
- bin/tldr
|
- bin/tldr
|
||||||
|
|
||||||
test: |
|
test:
|
||||||
|
script: |
|
||||||
|
if test "{{ hw.platform }}+{{ hw.arch }}" = "linux+x86-64"; then
|
||||||
|
# FIXME: this is a hack because of https://github.com/tldr-pages/tldr-c-client/issues/33
|
||||||
|
# which seems to prevent this test, but
|
||||||
|
# across mount points in docker containers
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
tldr --version
|
tldr --version
|
||||||
tldr ls
|
tldr ls
|
||||||
tldr --version | grep {{ version }}
|
tldr --version | grep {{ version }}
|
||||||
|
|
Loading…
Reference in a new issue