appveyor.yml: Print versions of MSBuild and Ninja

This is useful to know what MSBuild.exe and Ninja we are using and
whether the correct one has been set via PATH by vcvarsall.bat and
hasn't been overwritten by appveyor.
This commit is contained in:
Nirbheek Chauhan 2016-11-05 04:12:59 +05:30
parent 88f1d400c0
commit 440a922c81
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ install:
build_script:
- cmd: echo No build step.
- cmd: if %backend%==ninja ( "C:\python34\ninja.exe" --version ) else ( MSBuild /version & echo. )
test_script:
- cmd: echo Running tests for %arch% and %compiler% with the %backend% backend