mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-18 05:00:59 +01:00
try perl image
This commit is contained in:
@@ -1,16 +1,18 @@
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu:25.04
|
- image: perl:5.22.4-stretch
|
||||||
- os: ubuntu:24.04
|
- image: perl:5.36.0-slim-bullseye
|
||||||
|
- image: perl:5.38.0-slim-bookworm
|
||||||
|
- image: perl:5.40.0-slim-bookworm
|
||||||
|
- image: perl:5.42.0-slim-bookworm
|
||||||
|
- image: perl:5.43.5-slim-bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: ${os}
|
image: ${image}
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
|
||||||
- apt-get install -y libextutils-builder-perl make
|
|
||||||
- perl Makefile.PL
|
- perl Makefile.PL
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
|||||||
Reference in New Issue
Block a user