mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-18 13:10:59 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1fbe2509c | |||
| af43ac3e98 | |||
|
|
51149c746c |
@@ -13,6 +13,19 @@ steps:
|
||||
event: [push]
|
||||
image: ${image}
|
||||
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
|
||||
- make
|
||||
- make test
|
||||
|
||||
@@ -20,4 +20,4 @@ steps:
|
||||
commands:
|
||||
- apk update
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user