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:
parent
88f1d400c0
commit
440a922c81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue