travis checksums
This commit is contained in:
parent
8195deebe3
commit
c8752b03c1
1 changed files with 4 additions and 3 deletions
|
@ -67,8 +67,9 @@ jobs:
|
||||||
- pyinstaller -F -n lbrynet lbry/extras/cli.py
|
- pyinstaller -F -n lbrynet lbry/extras/cli.py
|
||||||
- cd dist
|
- cd dist
|
||||||
- chmod +x lbrynet
|
- chmod +x lbrynet
|
||||||
- ./lbrynet --version
|
|
||||||
- zip -j lbrynet-${OS}.zip lbrynet
|
- zip -j lbrynet-${OS}.zip lbrynet
|
||||||
|
- shasum -a 256 -b lbrynet-${OS}.zip
|
||||||
|
- ./lbrynet --version
|
||||||
after_success:
|
after_success:
|
||||||
- aws configure set aws_access_key_id $ARTIFACTS_KEY
|
- aws configure set aws_access_key_id $ARTIFACTS_KEY
|
||||||
- aws configure set aws_secret_access_key $ARTIFACTS_SECRET
|
- aws configure set aws_secret_access_key $ARTIFACTS_SECRET
|
||||||
|
@ -115,9 +116,9 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
||||||
- cd dist
|
- cd dist
|
||||||
- ./lbrynet.exe --version
|
|
||||||
- 7z a -tzip lbrynet-windows.zip lbrynet.exe
|
- 7z a -tzip lbrynet-windows.zip lbrynet.exe
|
||||||
|
- sha256sum -b lbrynet-windows.zip
|
||||||
|
- ./lbrynet.exe --version
|
||||||
- if: tag IS present
|
- if: tag IS present
|
||||||
stage: build
|
stage: build
|
||||||
name: "Wallet Server Docker Image - Tagged Release"
|
name: "Wallet Server Docker Image - Tagged Release"
|
||||||
|
|
Loading…
Add table
Reference in a new issue