aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-04-19 10:08:09 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-06-06 18:27:03 +0200
commit4279255401a2fe8b24c20f49f4e5be0f8a6d56db (patch)
tree236df9251022d2659a39958b45d7d9aaac9e67e4 /azure-pipelines.yml
parent6cb904de7b771f25580a17eff52c32ad0602452f (diff)
downloadmeson-4279255401a2fe8b24c20f49f4e5be0f8a6d56db.zip
meson-4279255401a2fe8b24c20f49f4e5be0f8a6d56db.tar.gz
meson-4279255401a2fe8b24c20f49f4e5be0f8a6d56db.tar.bz2
cmake: use newer CMake version for cygwin
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3d04ffc..5ec62f1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -88,6 +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_MIRROR: http://cygwin.mirror.constant.com
steps:
- script: |
@@ -95,21 +96,29 @@ jobs:
displayName: Install Cygwin
- script: |
%CYGWIN_ROOT%\cygwinsetup.exe -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -g -P ^
- cmake,^
gcc-fortran,^
gcc-objc++,^
gcc-objc,^
git,^
gobject-introspection,^
+ libarchive13,^
libboost-devel,^
libglib2.0-devel,^
libgtk3-devel,^
+ libjsoncpp19,^
+ librhash0,^
+ libuv1,^
ninja,^
python35-pip,^
vala,^
+ wget,^
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 3.13.1
+ - script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
cp /usr/bin/python3.5 /usr/bin/python3