Files
Config-General/.woodpecker/build.yaml
2025-12-09 20:52:20 +01:00

20 lines
319 B
YAML

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