mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	appveyor: optimize yml file
This commit is contained in:
		
							
								
								
									
										11
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								appveyor.yml
									
									
									
									
									
								
							| @@ -7,23 +7,22 @@ environment: | |||||||
|  |  | ||||||
| install: | install: | ||||||
| - git submodule update --init --recursive | - git submodule update --init --recursive | ||||||
| - appveyor DownloadFile http://www.secfs.net/winfsp/resources/Test.Filter.Driver.zip & 7z x Test.Filter.Driver.zip |  | ||||||
| - appveyor AddMessage "Change boot configuration and reboot" -Category Information | - appveyor AddMessage "Change boot configuration and reboot" -Category Information | ||||||
| - if exist %SystemRoot%\memory.dmp del %SystemRoot%\memory.dmp |  | ||||||
| - if %TESTING%==Func verifier /standard /driver winfsp-x64.sys |  | ||||||
| - bcdedit /set testsigning on | - bcdedit /set testsigning on | ||||||
|  | - if %TESTING%==Func verifier /standard /driver winfsp-x64.sys | ||||||
|  | - if exist %SystemRoot%\memory.dmp del %SystemRoot%\memory.dmp | ||||||
| - ps: Restart-Computer -Force | - ps: Restart-Computer -Force | ||||||
| - ps: Start-Sleep -s 60 | - ps: Start-Sleep -s 60 | ||||||
|  |  | ||||||
| build_script: | build_script: | ||||||
| - appveyor AddMessage "Reboot complete" -Category Information | - appveyor AddMessage "Reboot complete" -Category Information | ||||||
| - bcdedit | findstr /i "testsigning" |  | ||||||
| - tools\build.bat %CONFIGURATION% | - tools\build.bat %CONFIGURATION% | ||||||
|  |  | ||||||
| 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 | ||||||
| - start /wait msiexec /i "Test.Filter.Driver\HCK Filter.Driver Content-x86_en-us.msi" /qn | - if %TESTING%==Func appveyor DownloadFile http://www.secfs.net/winfsp/resources/Test.Filter.Driver.zip & 7z x Test.Filter.Driver.zip | ||||||
| - tools\nmake-ext-test.bat %CONFIGURATION% | - 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% | ||||||
| - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% | - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% | ||||||
| - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% ifstest | - if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% ifstest | ||||||
| - if %TESTING%==Perf tools\run-perf-tests.bat %CONFIGURATION% baseline | - if %TESTING%==Perf tools\run-perf-tests.bat %CONFIGURATION% baseline | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user