Files
Config-General/.woodpecker/build.yaml

17 lines
281 B
YAML
Raw Normal View History

2025-12-09 20:44:10 +01:00
matrix:
include:
- os: ubuntu:25.04
- os: ubuntu:24.04
steps:
2025-12-09 21:03:32 +01:00
test:
2025-12-09 20:44:10 +01:00
when:
event: [push]
image: ${os}
commands:
2025-12-09 20:59:52 +01:00
- apt-get update -y
- apt-get install -y libextutils-builder-perl make
2025-12-09 20:44:10 +01:00
- perl Makefile.PL
2025-12-09 21:03:32 +01:00
- make
- make test