summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-07-18 09:07:10 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-07-18 23:40:54 +0300
commit76b1f4f8cbca916d7b4798f5b13907b1769117da (patch)
tree238e430c37a5ba56196eca6f7de8e4155fa5f169
parentb7a5d6b38428a988435ee420a55bf42304072752 (diff)
downloadmeson-76b1f4f8cbca916d7b4798f5b13907b1769117da.tar.gz
azure cygwin cmake 3.14.5
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5ec62f105..1d5544245 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -88,7 +88,7 @@ jobs:
gccx64ninja: {}
variables:
CYGWIN_ROOT: $(System.Workfolder)\cygwin
- CYGWIN_CMAKE_LINK: http://cygwin.mirror.constant.com/x86_64/release/cmake/cmake-3.13.1-1.tar.xz
+ 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: |
@@ -117,7 +117,7 @@ jobs:
- 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 3.13.1
+ displayName: Manually install CMake
- script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32