mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 19:40:58 +01:00
add perl, rename
This commit is contained in:
@@ -6,13 +6,13 @@ labels:
|
|||||||
platform: ${platform}
|
platform: ${platform}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build-berkeley:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add --no-cache bash build-base gdb pkgconfig meson ninja
|
- apk add --no-cache bash build-base gdb pkgconfig meson ninja perl
|
||||||
- meson setup --reconfigure build
|
- meson setup --reconfigure build
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user