Try to install vcpython27 manually

This commit is contained in:
Dmitri Bogomolov 2021-06-14 23:11:38 +03:00
parent 854aa523a5
commit 5af57e7e4a
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -30,11 +30,12 @@ jobs:
- os: windows
language: shell
before_install:
- choco install python2
- choco install --ignore-dependencies vcpython27
- choco install python2 tor
- python -m pip install --upgrade pip
- wget -c -nc -nv --content-disposition https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/Win64OpenSSL-1_0_2t.exe?raw=true
- wget -c -nc -nv https://web.archive.org/web/20190720195601/https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi
- powershell -Command "Start-Process -FilePath Win64OpenSSL-1_0_2t.exe -ArgumentList '/q /norestart /silent /verysilent /sp- /suppressmsgboxes /dir=C:\OpenSSL-Win64' -Wait"
- powershell -Command "Start-Process -FilePath VCForPython27.msi -ArgumentList '/qn /norestart' -Wait"
- python setup.py build_ext --inplace
env:
- PATH=/c/Python27:/c/Python27/Scripts:$PATH