mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-25 20:13:21 -05:00
update appveyor.yml: use appveyor command to add test output
This commit is contained in:
@@ -20,5 +20,11 @@ build_script:
|
||||
|
||||
test_script:
|
||||
- for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000
|
||||
-
|
||||
- appveyor AddTest winfsp-tests-x64 -Outcome Running
|
||||
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x64.exe
|
||||
- appveyor UpdateTest winfsp-tests-x64 -Outcome Passed
|
||||
-
|
||||
- appveyor AddTest winfsp-tests-x86 -Outcome Running
|
||||
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe
|
||||
- appveyor UpdateTest winfsp-tests-x86 -Outcome Passed
|
||||
|
Reference in New Issue
Block a user