File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ platform:
22 - x86
33 - x64
44configuration :
5- - Debug
65 - Release
76environment :
87 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
@@ -31,16 +30,6 @@ install:
3130 - set PATH=C:\projects\deps\ninja;%PATH%
3231 - ninja --version
3332
34- # ###########################################################################
35- # Install a recent CMake
36- # ###########################################################################
37- - set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.0-win64-x64.zip"
38- - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
39- - 7z x cmake.zip -oC:\projects\deps > nul
40- - move C:\projects\deps\cmake-* C:\projects\deps\cmake # Move to a version-agnostic directory
41- - set PATH=C:\projects\deps\cmake\bin;%PATH%
42- - cmake --version
43-
4433build_script :
4534 - cd C:\projects\libbw64
4635 - mkdir build
You can’t perform that action at this time.
0 commit comments