one more
This commit is contained in:
parent
1a9f81ea14
commit
30b3d31af0
1 changed files with 3 additions and 3 deletions
|
@ -62,12 +62,12 @@ jobs:
|
|||
- docker pull cdrx/pyinstaller-windows:python3-32bit
|
||||
script:
|
||||
- docker run -v "$(pwd):/src/lbry" cdrx/pyinstaller-windows:python3-32bit lbry/scripts/wine_build.sh
|
||||
- zip dist/lbrynet-${OS}.zip dist/lbrynet.exe
|
||||
- zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
||||
addons:
|
||||
artifacts:
|
||||
working_dir: dist
|
||||
paths:
|
||||
- lbrynet-${OS}.zip
|
||||
- lbrynet-windows.zip
|
||||
target_paths:
|
||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/win/
|
||||
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
script:
|
||||
- pyinstaller -F -n lbrynet lbrynet/cli.py
|
||||
- chmod +x dist/lbrynet
|
||||
- zip dist/lbrynet-${OS}.zip dist/lbrynet
|
||||
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
|
||||
- ./dist/lbrynet --version
|
||||
env: OS=linux
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue