This commit is contained in:
Pietro Gagliardi 2019-04-04 22:56:36 -04:00
parent a6b48771d5
commit 5ec9a2fbc0
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# 4 april 2019
# why this? because choco isn't available on the VS2015 image and is extremely slow on the VS2017 one (it should not take 2 minutes to install just ninja!)
# why this? because choco isn't available on the VS2015 image and is extremely slow on the VS2017 one (it should not take 2.5 minutes to install just ninja!)
steps:
- powershell: 'Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip -OutFile C:\ninja-win.zip'
displayName: 'Download Ninja'
- shell: |