From 13f0968febc49afbec5815005bd72cb20d0d8b2c Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Wed, 3 Aug 2016 00:28:55 -0700 Subject: OK - Looks like Appveyor softest automation still needs more work before it is ready to do. --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bbbc735d..e1fee0fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,12 +45,12 @@ 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" . - - start eth.exe --test -d %TMP%\eth_for_soltest - - soltest.exe --ipc %TMP%\eth_for_soltest\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 -- cgit v1.2.3