forked from LBRYCommunity/lbry-sdk
fix linux/windows build
This commit is contained in:
parent
fe7224e537
commit
41b866c1ee
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- pip install coverage
|
- pip install coverage
|
||||||
- make install
|
- make install
|
||||||
script:
|
script:
|
||||||
- cd lbry && HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -vv tests.unit
|
- cd lbry && HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit
|
||||||
after_success:
|
after_success:
|
||||||
- coverage combine lbry/
|
- coverage combine lbry/
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- pip install coverage
|
- pip install coverage
|
||||||
- make install
|
- make install
|
||||||
script:
|
script:
|
||||||
- cd lbry && HOME=/tmp coverage run -p --source=lbrynet scripts/generate_json_api.py
|
- cd lbry && HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py
|
||||||
after_success:
|
after_success:
|
||||||
- coverage combine lbry
|
- coverage combine lbry
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
- python3 scripts/set_build.py
|
- python3 scripts/set_build.py
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
script:
|
script:
|
||||||
- pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
- pyinstaller -F -n lbrynet lbry/extras/cli.py
|
||||||
- chmod +x dist/lbrynet
|
- chmod +x dist/lbrynet
|
||||||
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
|
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
|
||||||
- ./dist/lbrynet --version
|
- ./dist/lbrynet --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue