diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-02-05 14:31:05 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2019-02-05 16:10:48 +0100 |
commit | db61d018ce575f3b5524ded328373faebdf879b7 (patch) | |
tree | b95a278ade1068a36ebcba84c8a0df509a886a98 /azure-pipelines.yml | |
parent | b90f196f179e090e640e1193835f6edb77a02909 (diff) | |
download | meson-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.yml | 2 |
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" |