mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-18 20:00:57 +01:00
make release static
This commit is contained in:
@@ -10,8 +10,8 @@ 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 words-en gdb perl pcre2 pcre2-dev db db-dev pkgconfig meson ninja
|
||||||
- meson setup --reconfigure --prefer-static build
|
- meson setup --reconfigure --prefer-static -Dcpp_link_args="-static" --buildtype=release build
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
- file build/dbtool
|
- file build/dbtool
|
||||||
- mv build/dbtool dbtool-linux-amd64
|
- mv build/dbtool dbtool-linux-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user