From f5ed85d7cd5ca5d618e3a40c4204284b6fe076fb Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 25 Jul 2019 13:20:07 +0530 Subject: ci/cygwin: Don't need a special step to install cmake --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d5544245..d97bb1e30 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,7 +88,6 @@ jobs: gccx64ninja: {} variables: CYGWIN_ROOT: $(System.Workfolder)\cygwin - CYGWIN_CMAKE_LINK: http://cygwin.mirror.constant.com/x86_64/release/cmake/cmake-3.14.5-1.tar.xz CYGWIN_MIRROR: http://cygwin.mirror.constant.com steps: - script: | @@ -112,12 +111,10 @@ jobs: python35-pip,^ vala,^ wget,^ + cmake,^ zlib-devel displayName: Install Dependencies - script: | - %CYGWIN_ROOT%\bin\bash.exe -cl "wget %CYGWIN_CMAKE_LINK% -O cmake.tar.xz" - %CYGWIN_ROOT%\bin\bash.exe -cl "tar -xf cmake.tar.xz -C /" - displayName: Manually install CMake - script: | set BOOST_ROOT= set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 -- cgit v1.2.3