File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ install:
1313 - start /wait msiexec /i c:\projects\proj\VCForPython27.msi /quiet /qn /norestart
1414 - pip install autobahntestsuite
1515 - ps : If ($env:Platform -Match "x86"){ $env:CMAKE_ARCH="" } Else { $env:CMAKE_ARCH=" Win64"}
16- - cd c:\projects
16+ - mkdir C:\projects\deps
17+ - cd C:\projects\deps
1718 - set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.3-win64-x64.zip"
1819 - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
1920 - 7z x cmake.zip -oC:\projects\cmake > nul
2021 - move C:\projects\deps\cmake-* C:\projects\deps\cmake # Move to a version-agnostic directory
2122 - set PATH=C:\projects\deps\cmake\bin;%PATH%
2223 - cmake --version
24+ - cd c:\projects
2325 - mkdir build
2426 - cd build
2527 - git clone https://github.com/Microsoft/vcpkg
You can’t perform that action at this time.
0 commit comments