mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-19 05:30:58 +01:00
17 lines
281 B
YAML
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
|