mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-17 12:41:07 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cfcb75c8b |
@@ -1,10 +1,10 @@
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - image: perl:5.22.4-stretch
|
- image: perl:5.22.4-stretch
|
||||||
# - image: perl:5.36.0-slim-bullseye
|
- image: perl:5.36.0-slim-bullseye
|
||||||
# - image: perl:5.38.0-slim-bookworm
|
- image: perl:5.38.0-slim-bookworm
|
||||||
# - image: perl:5.40.0-slim-bookworm
|
- image: perl:5.40.0-slim-bookworm
|
||||||
# - image: perl:5.42.0-slim-bookworm
|
- image: perl:5.42.0-slim-bookworm
|
||||||
- image: perl:5.43.5-slim-bookworm
|
- image: perl:5.43.5-slim-bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -13,19 +13,6 @@ steps:
|
|||||||
event: [push]
|
event: [push]
|
||||||
image: ${image}
|
image: ${image}
|
||||||
commands:
|
commands:
|
||||||
- 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
|
|
||||||
- perl Makefile.PL
|
- perl Makefile.PL
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
|||||||
Reference in New Issue
Block a user