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 f503e10 commit 0496319Copy full SHA for 0496319
.appveyor.yml
@@ -16,6 +16,8 @@ platform:
16
- x86
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
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