mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-17 11:20:58 +01:00
add lip deps
This commit is contained in:
@@ -21,6 +21,8 @@ steps:
|
|||||||
event: [push]
|
event: [push]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add --no-cache bash words-en pcre2 db
|
||||||
- rm -f test.db
|
- rm -f test.db
|
||||||
- build/dbtool -d test.db -i -k "test" -v "blah blah blah"
|
- build/dbtool -d test.db -i -k "test" -v "blah blah blah"
|
||||||
- build/dbtool -d test.db -D | grep blah
|
- build/dbtool -d test.db -D | grep blah
|
||||||
|
|||||||
Reference in New Issue
Block a user