Files
Config-General/.woodpecker/build.yaml

20 lines
319 B
YAML
Raw Normal View History

2025-12-09 20:44:10 +01:00
matrix:
include:
- os: ubuntu:25.04
- os: ubuntu:24.04
labels:
platform: ${platform}
steps:
build:
when:
event: [push]
image: ${os}
commands:
2025-12-09 20:47:53 +01:00
- apt update -y
2025-12-09 20:51:10 +01:00
- apt install -y libextutils-builder-perl make
2025-12-09 20:44:10 +01:00
- perl Makefile.PL
- make -j4
2025-12-09 20:52:20 +01:00
- make -j4 test