diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-03 15:29:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-03 15:29:25 +0800 |
commit | caac56ee1a552276f9090ba2e81439c059c2d42c (patch) | |
tree | 0e2189e7faf3a90c1dd098562cad4d8c3bdccd50 | |
parent | 8ff06d0d91dace47bf2e1d45fa87cec023769fc1 (diff) | |
parent | 13f0968febc49afbec5815005bd72cb20d0d8b2c (diff) | |
download | dexon-solidity-caac56ee1a552276f9090ba2e81439c059c2d42c.tar.gz dexon-solidity-caac56ee1a552276f9090ba2e81439c059c2d42c.tar.zst dexon-solidity-caac56ee1a552276f9090ba2e81439c059c2d42c.zip |
Merge pull request #809 from bobsummerwill/develop
OK - Looks like Appveyor softest automation still needs more work bef…
-rw-r--r-- | appveyor.yml | 12 |
1 files 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 |