From 514b8ecbc6a41096c0d145f397672830d96c6e34 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 2 Apr 2019 23:21:59 -0400 Subject: [PATCH] So apparently Azure Pipelines comes with Ninja as part of CMake. Ok. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 62155116..e9029aad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: displayName: 'Setup' - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - meson setup build-shared --buildtype=release + meson setup build-shared --buildtype=release --backend=vs2017 displayName: 'Prepare shared build' - task: MSBuild@1 inputs: