move to codeberg (#1)

This commit is contained in:
T. von Dein
2025-12-14 20:32:04 +01:00
parent 8535c9575f
commit 4ea367f1c5
5 changed files with 102 additions and 2 deletions

23
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,23 @@
matrix:
include:
# - image: perl:5.22.4-stretch
# - image: perl:5.36.0-slim-bullseye
# - image: perl:5.38.0-slim-bookworm
# - image: perl:5.40.0-slim-bookworm
# - image: perl:5.42.0-slim-bookworm
- image: perl:5.43.5-slim-bookworm
steps:
test:
when:
event: [push]
image: ${image}
commands:
- apt-get update -y
- apt-get install -y gcc
- cpanm -n YAML
- cpanm -n File::Temp
- cpanm -n Term::ReadLine
- perl Makefile.PL
- make
- make test