It turns out the Ninja in CMake is either too old or a CI fluke that the VC env overrides. Try again.

This commit is contained in:
Pietro Gagliardi 2019-04-04 00:20:10 -04:00
parent e1abd02ed2
commit 9889477a25
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
versionSpec: '3.6' versionSpec: '3.6'
architecture: 'x64' architecture: 'x64'
- script: | - script: |
choco install ninja
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
pip install meson pip install meson
displayName: 'Setup' displayName: 'Setup'