add set_build.py back in

This commit is contained in:
Lex Berezhny 2018-11-04 02:44:47 -05:00
parent fa0d13e630
commit 3adf3c26f2

View file

@ -76,6 +76,7 @@ jobs:
install:
- pip3 install pyinstaller
- pip3 install git+https://github.com/lbryio/torba.git
- python scripts/set_build.py
- pip3 install -e .
script:
- pyinstaller -F -n lbrynet lbrynet/cli.py