Make tests verbose in appveyor

This commit is contained in:
Dmitry Marakasov 2016-01-24 21:49:10 +03:00
parent 359672a053
commit a1cd0f1af1

View File

@ -109,7 +109,7 @@ build_script:
# tests; PATH here lists library search paths
- |-
%MINGW32% set PATH=%APPVEYOR_BUILD_FOLDER%;%PREFIX%\lib;c:\mingw\bin;%Path%
%MINGW32% mingw32-make test
%MINGW32% mingw32-make ARGS=-V test
after_build:
- git status