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 b271fd4 commit e14f5adCopy full SHA for e14f5ad
.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 c:\projects\proj\VCForPython27.msi /quiet /qn /norestart
+ - 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"}
23
- cd c:\projects
0 commit comments