We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14f5ad commit bdb638fCopy full SHA for bdb638f
.appveyor.yml
@@ -16,7 +16,7 @@ platform:
16
- x86
17
18
install:
19
- - ps: wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi
+ - ps: wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi -outfile "VCForPython27.msi"
20
- start /wait msiexec /i c:\projects\proj\VCForPython27.msi /quiet /qn /norestart
21
- pip install autobahntestsuite
22
- ps: If ($env:Platform -Match "x86"){ $env:CMAKE_ARCH="" } Else { $env:CMAKE_ARCH=" Win64"}
0 commit comments