Skip to content

Commit

Permalink
simplified AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-weiss committed Jul 24, 2018
1 parent 67aafae commit b3b8a7f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ platform:
- x86
- x64
configuration:
- Debug
- Release
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down Expand Up @@ -31,16 +30,6 @@ install:
- set PATH=C:\projects\deps\ninja;%PATH%
- ninja --version

############################################################################
# Install a recent CMake
############################################################################
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.0-win64-x64.zip"
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
- 7z x cmake.zip -oC:\projects\deps > nul
- move C:\projects\deps\cmake-* C:\projects\deps\cmake # Move to a version-agnostic directory
- set PATH=C:\projects\deps\cmake\bin;%PATH%
- cmake --version

build_script:
- cd C:\projects\libadm
- mkdir build
Expand Down

0 comments on commit b3b8a7f

Please sign in to comment.