This commit is contained in:
2025-12-09 21:03:32 +01:00
parent 7afdb41b71
commit 6ff6043dd5

View File

@@ -2,10 +2,9 @@ matrix:
include:
- os: ubuntu:25.04
- os: ubuntu:24.04
- os: macos:15
steps:
build:
test:
when:
event: [push]
image: ${os}
@@ -13,14 +12,5 @@ steps:
- apt-get update -y
- apt-get install -y libextutils-builder-perl make
- perl Makefile.PL
- make -j4
test:
when:
event: [push]
image: ${os}
commands:
- apt-get update -y
- apt-get install -y make
- make -j4 test
depends_on: [build]
- make
- make test