ci/cygwin: Don't need a special step to install cmake

pull/5719/head
Nirbheek Chauhan 6 years ago committed by Nirbheek Chauhan
parent 8bc408e4ba
commit f5ed85d7cd
  1. 5
      azure-pipelines.yml

@ -88,7 +88,6 @@ jobs:
gccx64ninja: {} gccx64ninja: {}
variables: variables:
CYGWIN_ROOT: $(System.Workfolder)\cygwin 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 CYGWIN_MIRROR: http://cygwin.mirror.constant.com
steps: steps:
- script: | - script: |
@ -112,12 +111,10 @@ jobs:
python35-pip,^ python35-pip,^
vala,^ vala,^
wget,^ wget,^
cmake,^
zlib-devel zlib-devel
displayName: Install Dependencies displayName: Install Dependencies
- script: | - 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: | - script: |
set BOOST_ROOT= set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32

Loading…
Cancel
Save