From 79811a2faa10e30201b37acc04f145cdabcd3d81 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 10 Mar 2017 10:56:21 -0800 Subject: [PATCH] appveyor: add -y switch for chocolatey --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index afcf89f2..51c7a0d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ build_script: - tools\build.bat %CONFIGURATION% test_script: -- choco install winfsp -s build\VStudio\build\%CONFIGURATION% +- choco install winfsp -s build\VStudio\build\%CONFIGURATION% -y - if %TESTING%==Func appveyor DownloadFile http://www.secfs.net/winfsp/resources/Test.Filter.Driver.zip && 7z x Test.Filter.Driver.zip - if %TESTING%==Func start /wait msiexec /i "Test.Filter.Driver\HCK Filter.Driver Content-x86_en-us.msi" /qn - if %TESTING%==Func tools\nmake-ext-test.bat %CONFIGURATION% @@ -31,7 +31,7 @@ test_script: - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% ifstest - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% sample - if %TESTING%==Perf tools\run-perf-tests.bat %CONFIGURATION% baseline > perf-tests.csv && type perf-tests.csv & appveyor PushArtifact perf-tests.csv -- choco uninstall winfsp +- choco uninstall winfsp -y - if exist %SystemRoot%\memory.dmp exit 1 on_finish: