Files
Config-General/.woodpecker/build.yaml
2025-12-09 21:03:32 +01:00

17 lines
281 B
YAML

matrix:
include:
- os: ubuntu:25.04
- os: ubuntu:24.04
steps:
test:
when:
event: [push]
image: ${os}
commands:
- apt-get update -y
- apt-get install -y libextutils-builder-perl make
- perl Makefile.PL
- make
- make test