From 0ceb2b755fb155d593854aefe3e45d416ce153a4 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 19 Aug 2018 18:02:57 +0200 Subject: [PATCH] Removed CMake install --- .appveyor.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8a18818f..61e10501 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,17 +32,6 @@ matrix: - image: Visual Studio 2017 platform: x86 -cache: - - C:\cmake-3.8.0-win32-x86 - -install: - - ps: | - if (![IO.File]::Exists("C:\cmake-3.8.0-win32-x86\bin\cmake.exe")) { - Start-FileDownload 'https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip' - 7z x -y cmake-3.8.0-win32-x86.zip -oC:\ - } - $env:PATH="C:\cmake-3.8.0-win32-x86\bin;$env:PATH" - before_build: - ps: | mkdir build