diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index c668b3941e..1184d7dddc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,7 @@ build_script: test_script: - cd _build - - nmake test + - nmake test V=1 - cd .. # Fake deploy script to test installation |