mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 20:21:01 +01:00
19 lines
383 B
YAML
19 lines
383 B
YAML
matrix:
|
|
include:
|
|
- image: perl:5.22.4-stretch
|
|
- 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:
|
|
test:
|
|
when:
|
|
event: [push]
|
|
image: ${image}
|
|
commands:
|
|
- perl Makefile.PL
|
|
- make
|
|
- make test
|