Skip to content

Commit 09251ad

Browse files
committed
update
1 parent 2b9ea74 commit 09251ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)