mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-18 03:40:58 +01:00
separate test pipeline
This commit is contained in:
@@ -15,6 +15,11 @@ steps:
|
|||||||
- 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 words-en 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
|
||||||
|
|
||||||
|
test-berkeley:
|
||||||
|
when:
|
||||||
|
event: [push]
|
||||||
|
image: alpine:latest
|
||||||
- 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