mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 00:00:39 +00:00
checksums in travis
This commit is contained in:
parent
e5e903a9bf
commit
8be49af96c
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ jobs:
|
|||
- python scripts/set_build.py
|
||||
- docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh
|
||||
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
||||
- sha256sum -b dist/lbrynet-windows.zip
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
|
@ -92,6 +93,7 @@ jobs:
|
|||
- pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
||||
- chmod +x dist/lbrynet
|
||||
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
|
||||
- shasum -a 256 -b dist/lbrynet-${OS}.zip
|
||||
- ./dist/lbrynet --version
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Add table
Reference in a new issue