summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 07:53:33 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-11-27 22:28:03 +0200
commit7f9bd8d2711fb1633ba9356add42f5a48c3ad2b3 (patch)
treec193161a939be9cc726ac40146a8d38e746e5f84
parent9d710503c4c4256f292ec6db060357e34490acbe (diff)
downloadmeson-7f9bd8d2711fb1633ba9356add42f5a48c3ad2b3.tar.gz
azure-pipelines: install cmake in msys2
Recent test changes depend on cmake being available.
-rw-r--r--azure-pipelines.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 71437ec9d..5b2447eea 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -124,7 +124,15 @@ jobs:
displayName: Update MSYS2
- script: |
set PATH=%MSYS2_ROOT%\usr\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
- %MSYS2_ROOT%\usr\bin\pacman --noconfirm --needed -S git base-devel mingw-w64-$(MSYS2_ARCH)-toolchain mingw-w64-$(MSYS2_ARCH)-python3 mingw-w64-$(MSYS2_ARCH)-python3-setuptools mingw-w64-$(MSYS2_ARCH)-python2 mercurial
+ %MSYS2_ROOT%\usr\bin\pacman --noconfirm --needed -S ^
+ base-devel ^
+ git ^
+ mercurial ^
+ mingw-w64-$(MSYS2_ARCH)-cmake ^
+ mingw-w64-$(MSYS2_ARCH)-python2 ^
+ mingw-w64-$(MSYS2_ARCH)-python3 ^
+ mingw-w64-$(MSYS2_ARCH)-python3-setuptools ^
+ mingw-w64-$(MSYS2_ARCH)-toolchain
displayName: Install Dependencies
- script: |
set PATH=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem