add perl, rename

This commit is contained in:
2025-12-01 15:07:30 +01:00
parent bc78d3a123
commit c792d94110

View File

@@ -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