1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-25 13:32:08 -06:00
Files
winfsp/appveyor.yml

25 lines
627 B
YAML

version: '{build}'
branches:
only:
- master
environment:
CONFIGURATION: Release
install:
- git submodule update --init
- 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
- tools\run-tests.bat %CONFIGURATION%