forked from LBRYCommunity/lbry-sdk
travis
This commit is contained in:
parent
5813df74a5
commit
1a9f81ea14
1 changed files with 4 additions and 4 deletions
|
@ -62,12 +62,12 @@ jobs:
|
||||||
- docker pull cdrx/pyinstaller-windows:python3-32bit
|
- docker pull cdrx/pyinstaller-windows:python3-32bit
|
||||||
script:
|
script:
|
||||||
- docker run -v "$(pwd):/src/lbry" cdrx/pyinstaller-windows:python3-32bit lbry/scripts/wine_build.sh
|
- docker run -v "$(pwd):/src/lbry" cdrx/pyinstaller-windows:python3-32bit lbry/scripts/wine_build.sh
|
||||||
- zip dist/lbrynet-${TRAVIS_TAG}-${OS}.zip dist/lbrynet.exe
|
- zip dist/lbrynet-${OS}.zip dist/lbrynet.exe
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
working_dir: dist
|
working_dir: dist
|
||||||
paths:
|
paths:
|
||||||
- lbrynet-${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}-${OS}.zip
|
- lbrynet-${OS}.zip
|
||||||
target_paths:
|
target_paths:
|
||||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/win/
|
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/win/
|
||||||
|
|
||||||
|
@ -82,14 +82,14 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- pyinstaller -F -n lbrynet lbrynet/cli.py
|
- pyinstaller -F -n lbrynet lbrynet/cli.py
|
||||||
- chmod +x dist/lbrynet
|
- chmod +x dist/lbrynet
|
||||||
- zip dist/lbrynet-${TRAVIS_TAG}-${OS}.zip dist/lbrynet
|
- zip dist/lbrynet-${OS}.zip dist/lbrynet
|
||||||
- ./dist/lbrynet --version
|
- ./dist/lbrynet --version
|
||||||
env: OS=linux
|
env: OS=linux
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
working_dir: dist
|
working_dir: dist
|
||||||
paths:
|
paths:
|
||||||
- lbrynet-${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}-${OS}.zip
|
- lbrynet-${OS}.zip
|
||||||
# artifact uploader thinks lbrynet is a directory, https://github.com/travis-ci/artifacts/issues/78
|
# artifact uploader thinks lbrynet is a directory, https://github.com/travis-ci/artifacts/issues/78
|
||||||
target_paths:
|
target_paths:
|
||||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/${OS}/lbrynet
|
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/${OS}/lbrynet
|
||||||
|
|
Loading…
Add table
Reference in a new issue