mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
update appveyor.yml: use appveyor command to add test output
This commit is contained in:
parent
d89baea193
commit
3935372956
@ -20,5 +20,11 @@ build_script:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000
|
- 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
|
- 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
|
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe
|
||||||
|
- appveyor UpdateTest winfsp-tests-x86 -Outcome Passed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user