forked from LBRYCommunity/lbry-sdk
don't cd to lbry in init
This commit is contained in:
parent
53c8748942
commit
cc30223ff1
1 changed files with 1 additions and 1 deletions
|
@ -47,9 +47,9 @@ init:
|
||||||
- ps: C:\Python27\Scripts\pip.exe install base58==0.2.2
|
- ps: C:\Python27\Scripts\pip.exe install base58==0.2.2
|
||||||
- ps: C:\Python27\Scripts\pip.exe install googlefinance==0.7
|
- ps: C:\Python27\Scripts\pip.exe install googlefinance==0.7
|
||||||
- ps: C:\Python27\Scripts\pip.exe install git+https://github.com/lbryio/lbryum.git
|
- ps: C:\Python27\Scripts\pip.exe install git+https://github.com/lbryio/lbryum.git
|
||||||
- ps: cd C:\projects\lbry
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- cmd: cd C:\projects\lbry
|
||||||
- cmd: C:\Python27\python.exe setup_win32.py build bdist_msi
|
- cmd: C:\Python27\python.exe setup_win32.py build bdist_msi
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue