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
|
env: OS=linux
|
||||||
install:
|
install:
|
||||||
- pip3 install pyinstaller
|
- pip3 install pyinstaller
|
||||||
- python3 scripts/set_build.py
|
|
||||||
- cd torba && pip3 install -e .
|
- cd torba && pip3 install -e .
|
||||||
|
- cd lbry && python3 scripts/set_build.py
|
||||||
- cd lbry && pip3 install -e .
|
- cd lbry && pip3 install -e .
|
||||||
script:
|
script:
|
||||||
- cd lbry && pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
- cd lbry && pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
set -x
|
set -x
|
||||||
# must also be updated in travis.yml
|
|
||||||
TORBA_VERSION=master
|
|
||||||
rm -rf /tmp/.wine-*
|
rm -rf /tmp/.wine-*
|
||||||
|
|
||||||
apt-get -qq update
|
apt-get -qq update
|
||||||
|
@ -8,19 +6,15 @@ apt-get -qq install -y git
|
||||||
|
|
||||||
pip install setuptools_scm
|
pip install setuptools_scm
|
||||||
|
|
||||||
cd lbry
|
|
||||||
|
|
||||||
# Download from their CI until its not released. Remove later!
|
# 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
|
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
|
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
|
cd torba
|
||||||
pip install .
|
pip install .
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf torba
|
cd lbry
|
||||||
|
|
||||||
pip show torba
|
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install pywin32
|
pip install pywin32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue