aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 1479455..bc3be76 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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