Files
Crypt--PWSafe3/.woodpecker/build.yaml

32 lines
765 B
YAML
Raw Normal View History

2025-12-10 21:14:44 +01:00
matrix:
include:
2025-12-13 20:37:47 +01:00
- 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
2025-12-10 21:14:44 +01:00
- image: perl:5.43.5-slim-bookworm
steps:
test:
when:
event: [push]
image: ${image}
commands:
2025-12-10 21:22:08 +01:00
- apt-get update -y
- apt-get install -y gcc
- cpanm -n Digest::SHA3
- cpanm -n Crypt::PBKDF2
- cpanm -n Crypt::Cipher::AES
- cpanm -n Crypt::CBC
- cpanm -n Digest::SHA
- cpanm -n Crypt::ECB
- cpanm -n Crypt::Twofish
- cpanm -n Data::UUID
- cpanm -n Shell
- cpanm -n File::Temp
- cpanm -n Crypt::Random
2025-12-10 21:14:44 +01:00
- perl Makefile.PL
- make
- make test