From 9889477a256223cae047f21ac7cd197f1e2a6d47 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 4 Apr 2019 00:20:10 -0400 Subject: [PATCH] It turns out the Ninja in CMake is either too old or a CI fluke that the VC env overrides. Try again. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f1a3d0e..de0616ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,7 @@ jobs: versionSpec: '3.6' architecture: 'x64' - script: | + choco install ninja python -m pip install --upgrade pip setuptools wheel pip install meson displayName: 'Setup'