travis checksums

This commit is contained in:
Jack Robison 2019-06-25 14:21:14 -04:00 committed by Lex Berezhny
parent 8195deebe3
commit c8752b03c1

View file

@ -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"