got to codeberg

This commit is contained in:
2025-11-16 20:55:18 +01:00
parent 4b6bca7b0d
commit be73ecbf9c
5 changed files with 105 additions and 3 deletions

17
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,17 @@
matrix:
platform:
- linux/amd64
labels:
platform: ${platform}
steps:
build-n-test:
when:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2
- ./autogen.sh