move to codeberg (#1)

This commit is contained in:
T. von Dein
2025-12-14 21:15:42 +01:00
parent 53157b56a0
commit 9f792d5841
4 changed files with 100 additions and 1 deletions

22
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,22 @@
matrix:
include:
- 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 DBM::Deep
- cpanm -n YAML
- cpanm -n Data::Interactive::Inspect
- perl Makefile.PL
- make
- make test