move to codeberg (#7)

This commit is contained in:
T. von Dein
2025-12-09 21:30:19 +01:00
parent c5b4438429
commit 14e55606ac
5 changed files with 25 additions and 7 deletions

18
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,18 @@
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:
- perl Makefile.PL
- make
- make test