3 Commits

Author SHA1 Message Date
d1fbe2509c upd woodpecker config 2025-12-13 20:37:47 +01:00
af43ac3e98 add required mods 2025-12-10 21:59:35 +01:00
T. von Dein
51149c746c move to codeberg (#14) 2025-12-10 21:14:44 +01:00
2 changed files with 14 additions and 1 deletions

View File

@@ -13,6 +13,19 @@ 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

View File

@@ -20,4 +20,4 @@ steps:
commands: commands:
- apk update - apk update
- apk add --no-cache bash httpie jq git - apk add --no-cache bash httpie jq git
- .woodpecker/release.sh Crypt-PWSafe3-$CI_COMMIT_TAG.tar.gz - .woodpecker/release.sh ${CI_REPO_NAME}-$CI_COMMIT_TAG.tar.gz