Skip to content

Commit e8ce67e

Browse files
benjamin-weissmikedevnull
authored andcommitted
simplified AppVeyor config
1 parent f0eeccc commit e8ce67e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.appveyor.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ platform:
22
- x86
33
- x64
44
configuration:
5-
- Debug
65
- Release
76
environment:
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-
4433
build_script:
4534
- cd C:\projects\libbw64
4635
- mkdir build

0 commit comments

Comments
 (0)