mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 11:30:57 +01:00
add perl
This commit is contained in:
@@ -10,7 +10,7 @@ steps:
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk update
|
||||
- apk add --no-cache bash build-base words-en gdb pkgconfig meson ninja git
|
||||
- apk add --no-cache bash build-base words-en gdb pkgconfig meson ninja git perl
|
||||
- meson setup --reconfigure --prefer-static -Dcpp_link_args="-static" --buildtype=release build
|
||||
- ninja -C build
|
||||
- meson dist -C build --formats xztar,gztar,zip
|
||||
|
||||
Reference in New Issue
Block a user