updated windows build
This commit is contained in:
parent
07a63b2a0a
commit
5bbba0b65a
2 changed files with 3 additions and 9 deletions
|
@ -89,8 +89,8 @@ jobs:
|
|||
env: OS=linux
|
||||
install:
|
||||
- pip3 install pyinstaller
|
||||
- python3 scripts/set_build.py
|
||||
- cd torba && pip3 install -e .
|
||||
- cd lbry && python3 scripts/set_build.py
|
||||
- cd lbry && pip3 install -e .
|
||||
script:
|
||||
- cd lbry && pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
set -x
|
||||
# must also be updated in travis.yml
|
||||
TORBA_VERSION=master
|
||||
rm -rf /tmp/.wine-*
|
||||
|
||||
apt-get -qq update
|
||||
|
@ -8,19 +6,15 @@ apt-get -qq install -y git
|
|||
|
||||
pip install setuptools_scm
|
||||
|
||||
cd lbry
|
||||
|
||||
# Download from their CI until its not released. Remove later!
|
||||
wget -Onetifaces-0.10.7-cp37-cp37m-win32.whl https://ci.appveyor.com/api/buildjobs/6hworunifsymrhp2/artifacts/dist%2Fnetifaces-0.10.7-cp37-cp37m-win32.whl
|
||||
pip install netifaces-0.10.7-cp37-cp37m-win32.whl
|
||||
|
||||
git clone --depth=1 --single-branch --branch ${TORBA_VERSION} https://github.com/lbryio/torba.git
|
||||
cd lbry
|
||||
cd torba
|
||||
pip install .
|
||||
cd ..
|
||||
rm -rf torba
|
||||
|
||||
pip show torba
|
||||
cd lbry
|
||||
pip install -e .
|
||||
pip install pywin32
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue