move to codeberg

This commit is contained in:
2025-12-01 15:06:31 +01:00
parent d5b6de3aa4
commit bc78d3a123
11 changed files with 337 additions and 34 deletions

18
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,18 @@
matrix:
platform:
- linux/amd64
labels:
platform: ${platform}
steps:
build-berkeley:
when:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base gdb pkgconfig meson ninja
- meson setup --reconfigure build
- ninja -C build