appveyor.yml: build tests before running them

This commit is contained in:
Bill Zissimopoulos 2016-05-21 14:26:53 -07:00
parent a53abe8ab6
commit 55f9053b1b

View File

@ -18,6 +18,7 @@ build_script:
- appveyor AddMessage "Reboot complete" -Category Information
- bcdedit | find /i "testsigning"
- tools\build.bat %CONFIGURATION%
- cd ext\test && nmake /f Nmakefile
test_script:
- for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000