diff options
author | Dimitry <dimitry@ethdev.com> | 2016-09-01 03:11:15 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-09-01 03:11:15 +0800 |
commit | 9c3fae823fa5bd2fcf0c4cf651859270c132bb84 (patch) | |
tree | aa99e555baaa3b49421a4fc064410a63839109b1 /appveyor.yml | |
parent | 061aee2e97969698c0b8fbf64666f746b13c1882 (diff) | |
download | dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.tar dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.tar.gz dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.tar.bz2 dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.tar.lz dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.tar.xz dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.tar.zst dexon-solidity-9c3fae823fa5bd2fcf0c4cf651859270c132bb84.zip |
fix yml script
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 28d53062..afc2914f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,6 @@ 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" . - soltest.exe -- --ipcpath \\.\pipe\geth.ipc - - ps: Stop-Process -Id $ethProc.Id artifacts: - path: solidity-windows.zip |