mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-18 11:50:57 +01:00
fix packages
This commit is contained in:
@@ -12,7 +12,7 @@ steps:
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add --no-cache bash build-base words-en gdb perl pcre2 pcre2-dev db db-dev pkgconfig meson ninja
|
- apk add --no-cache bash build-base gdb perl pcre2 pcre2-dev db db-dev pkgconfig meson ninja
|
||||||
- meson setup --reconfigure build
|
- meson setup --reconfigure build
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ steps:
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add --no-cache bash words-en pcre2 db
|
- apk add --no-cache bash build-base pcre2 pcre2-dev db db-dev
|
||||||
- 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
|
||||||
@@ -33,7 +33,7 @@ steps:
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add --no-cache bash build-base words-en gdb perl pcre2 pcre2-dev gdbm gdbm-dev pkgconfig meson ninja
|
- apk add --no-cache bash build-base perl pcre2 pcre2-dev gdbm gdbm-dev pkgconfig meson ninja
|
||||||
- meson setup --reconfigure build
|
- meson setup --reconfigure build
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
- rm -f test.db
|
- rm -f test.db
|
||||||
|
|||||||
Reference in New Issue
Block a user