diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-07-25 13:20:07 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-07-25 11:57:08 +0000 |
commit | f5ed85d7cd5ca5d618e3a40c4204284b6fe076fb (patch) | |
tree | 3ef1bf9cafa2e0c1bcbe127eb12f756ae89b7562 /azure-pipelines.yml | |
parent | 8bc408e4ba52d760ad134136769be97cf7aa0d0d (diff) | |
download | meson-f5ed85d7cd5ca5d618e3a40c4204284b6fe076fb.zip meson-f5ed85d7cd5ca5d618e3a40c4204284b6fe076fb.tar.gz meson-f5ed85d7cd5ca5d618e3a40c4204284b6fe076fb.tar.bz2 |
ci/cygwin: Don't need a special step to install cmake
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d55442..d97bb1e 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 |