mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #806 from bobsummerwill/develop
Let's try Windows Tests-over-IPC and see where we are at
This commit is contained in:
		
						commit
						b7c8e654d9
					
				
							
								
								
									
										14
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								appveyor.yml
									
									
									
									
									
								
							| @ -46,13 +46,13 @@ build_script: | ||||
|     - cd %APPVEYOR_BUILD_FOLDER% | ||||
|     - scripts\release.bat %CONFIGURATION% | ||||
| 
 | ||||
| #test_script: | ||||
| #    - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION% | ||||
| #    - copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" . | ||||
| #    - eth.exe --test -d %TMP%/test | ||||
| #    - soltest.exe --ipc /tmp/test/geth.ipc | ||||
| #    - pkill eth | ||||
|      | ||||
| test_script: | ||||
|     - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION% | ||||
|     - copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" . | ||||
|     - start eth.exe --test -d %TMP%\eth_for_soltest | ||||
|     - soltest.exe --ipc %TMP%\eth_for_soltest\geth.ipc | ||||
|     - pkill eth | ||||
| 
 | ||||
| artifacts: | ||||
|     - path: solidity-develop-windows.zip | ||||
|       name: solidity-develop-windows-zip | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user