aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-05 14:31:05 +0100
committerXavier Claessens <xclaesse@gmail.com>2019-02-05 16:10:48 +0100
commitdb61d018ce575f3b5524ded328373faebdf879b7 (patch)
treeb95a278ade1068a36ebcba84c8a0df509a886a98 /azure-pipelines.yml
parentb90f196f179e090e640e1193835f6edb77a02909 (diff)
downloadmeson-db61d018ce575f3b5524ded328373faebdf879b7.zip
meson-db61d018ce575f3b5524ded328373faebdf879b7.tar.gz
meson-db61d018ce575f3b5524ded328373faebdf879b7.tar.bz2
ci/msys2: use the msys2 ninja
msys2 now has ninja 1.9.0 which includes the timestamp fixes
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 39e41e9..90ebeff 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -136,6 +136,7 @@ jobs:
git ^
mercurial ^
mingw-w64-$(MSYS2_ARCH)-cmake ^
+ mingw-w64-$(MSYS2_ARCH)-ninja ^
mingw-w64-$(MSYS2_ARCH)-pkg-config ^
mingw-w64-$(MSYS2_ARCH)-python2 ^
mingw-w64-$(MSYS2_ARCH)-python3 ^
@@ -144,7 +145,6 @@ jobs:
displayName: Install Dependencies
- script: |
set PATH=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
- %MSYS2_ROOT%\usr\bin\bash -lc "wget https://github.com/mesonbuild/cidata/raw/master/ninja.exe; mv ninja.exe /$MSYSTEM/bin"
set PATHEXT=%PATHEXT%;.py
if %compiler%==clang ( set CC=clang && set CXX=clang++ )
%MSYS2_ROOT%\usr\bin\bash -lc "MSYSTEM= python3 run_tests.py --backend=ninja"