mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
redis_tui
This commit is contained in:
parent
89585ceac7
commit
6e81ec6f46
|
@ -11,9 +11,15 @@ build:
|
||||||
go.dev: ^1.20
|
go.dev: ^1.20
|
||||||
script:
|
script:
|
||||||
- go build -ldflags="$LDFLAGS" -o "{{prefix}}"/bin/ ./...
|
- go build -ldflags="$LDFLAGS" -o "{{prefix}}"/bin/ ./...
|
||||||
|
env:
|
||||||
|
LDFLAGS:
|
||||||
|
- -s
|
||||||
|
- -w
|
||||||
|
linux:
|
||||||
|
LDFLAGS:
|
||||||
|
- -buildmode=pie
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/acptee
|
|
||||||
- bin/redis_tui
|
- bin/redis_tui
|
||||||
|
|
||||||
test: 'echo "$(redis_tui 2>&1 || true)" | grep "connect: connection refused"'
|
test: 'echo "$(redis_tui 2>&1 || true)" | grep "connect: connection refused"'
|
||||||
|
|
Loading…
Reference in a new issue