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 0496319 commit b271fd4Copy full SHA for b271fd4
.appveyor.yml
@@ -17,7 +17,7 @@ platform:
17
18
install:
19
- ps: wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi
20
- - msiexec /i VCForPython27.msi /quiet /qn /norestart
+ - 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"}
23
- cd c:\projects
0 commit comments