mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
24 lines
723 B
YAML
24 lines
723 B
YAML
version: '{build}'
|
|
|
|
environment:
|
|
CONFIGURATION: Release
|
|
|
|
install:
|
|
- git submodule update --init --recursive
|
|
- appveyor AddMessage "Change boot configuration and reboot" -Category Information
|
|
- verifier /standard /driver winfsp-x64.sys
|
|
- bcdedit /set testsigning on
|
|
- ps: Restart-Computer -Force
|
|
- ps: Start-Sleep -s 10
|
|
|
|
build_script:
|
|
- appveyor AddMessage "Reboot complete" -Category Information
|
|
- bcdedit | findstr /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\nmake-ext-test.bat %CONFIGURATION%
|
|
- tools\run-tests.bat %CONFIGURATION%
|
|
- verifier /query
|