forked from LBRYCommunity/lbry-sdk
Update appveyor to DaveA50 git repo links
This commit is contained in:
parent
b8ebb1faf1
commit
0c9e82ee6b
1 changed files with 2 additions and 4 deletions
|
@ -14,11 +14,9 @@ init:
|
|||
mingw32-make.exe -f Makefile.mingw
|
||||
C:\Python27\python.exe C:\temp\miniupnpc-1.9\setupmingw32.py build --compiler=mingw32
|
||||
C:\Python27\python.exe C:\temp\miniupnpc-1.9\setupmingw32.py install
|
||||
- ps: Invoke-WebRequest "https://bitbucket.org/david_amrhein/lbry/downloads/pywin32-220.1-cp27-cp27m-win32.whl" -OutFile "C:\temp\pywin32-220.1-cp27-cp27m-win32.whl"
|
||||
- ps: Invoke-WebRequest "https://bitbucket.org/david_amrhein/lbry/downloads/gmpy-1.17-cp27-none-win32.whl" -OutFile "C:\temp\gmpy-1.17-cp27-none-win32.whl"
|
||||
- ps: Invoke-WebRequest "https://github.com/DaveA50/lbry/raw/master/packaging/windows/libs/gmpy-1.17-cp27-none-win32.whl" -OutFile "C:\temp\gmpy-1.17-cp27-none-win32.whl"
|
||||
- ps: C:\Python27\Scripts\pip.exe install "C:\temp\gmpy-1.17-cp27-none-win32.whl"
|
||||
- ps: C:\Python27\Scripts\pip.exe install "C:\temp\pywin32-220.1-cp27-cp27m-win32.whl"
|
||||
- ps: C:\Python27\python.exe C:\Python27\Scripts\pywin32_postinstall.py -install
|
||||
- ps: C:\Python27\Scripts\pip.exe install pypiwin32==219
|
||||
- ps: C:\Python27\Scripts\pip.exe install six==1.9.0
|
||||
- ps: C:\Python27\Scripts\pip.exe install requests==2.9.1
|
||||
- ps: C:\Python27\Scripts\pip.exe install zope.interface==4.1.3
|
||||
|
|
Loading…
Add table
Reference in a new issue