From 122592f332ca54491dde008cbbe82f7814eb7796 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 20 May 2016 10:25:48 -0700 Subject: [PATCH] update appveyor.yml --- appveyor.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4c2dda03..8d905103 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,15 +10,17 @@ environment: CONFIGURATION: Release install: -- bcdedit /set testsigning off +- appveyor AddMessage "Set testsigning on and reboot" -Category Information +- bcdedit /set testsigning on - ps: Restart-Computer -Force - ps: Start-Sleep -s 10 build_script: +- appveyor AddMessage "Reboot complete" -Category Information +- bcdedit | find /i "testsigning" - tools\build.bat %CONFIGURATION% test_script: - for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000 -- bcdedit -- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x64.exe -- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe +- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x64.exe -lock* +- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe -lock*