forked from LBRYCommunity/lbry-sdk
mac build stuff
This commit is contained in:
parent
a60a921706
commit
0918bac86e
1 changed files with 5 additions and 6 deletions
11
.travis.yml
11
.travis.yml
|
@ -91,17 +91,16 @@ jobs:
|
||||||
env: OS=mac
|
env: OS=mac
|
||||||
cache: false
|
cache: false
|
||||||
install:
|
install:
|
||||||
#- brew update
|
- brew update
|
||||||
#- brew install python
|
- brew upgrade python
|
||||||
- python --version
|
- python --version
|
||||||
- pip --version
|
- pip --version
|
||||||
- pip3 --version
|
- pip install pyinstaller
|
||||||
- pip3 install pyinstaller
|
|
||||||
- git clone https://github.com/lbryio/torba.git --depth 1
|
- git clone https://github.com/lbryio/torba.git --depth 1
|
||||||
- sed -i -e "s/'plyvel',//" torba/setup.py
|
- sed -i -e "s/'plyvel',//" torba/setup.py
|
||||||
- cd torba && pip3 install -e . && cd ..
|
- cd torba && pip install -e . && cd ..
|
||||||
- python scripts/set_build.py
|
- python scripts/set_build.py
|
||||||
- pip3 install -e .
|
- pip install -e .
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue