diff options
author | Boris Kostenko <limexp@mail.ru> | 2017-10-24 04:02:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 04:02:42 +0800 |
commit | baaa032a75c5b9b2942fb1ea46e25a425444f580 (patch) | |
tree | 5ebca5d4781111194d0961153f5d672ade4e8795 | |
parent | 6f4220ef55db331f3ee4422c1d92d4485fb1a4e6 (diff) | |
download | dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.tar dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.tar.gz dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.tar.bz2 dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.tar.lz dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.tar.xz dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.tar.zst dexon-solidity-baaa032a75c5b9b2942fb1ea46e25a425444f580.zip |
No bytecodecompare if tests failed (issue #2300)
Fix PR #3113
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index c4584228..f9578c43 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -73,6 +73,7 @@ test_script: - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION% - soltest.exe --show-progress -- --no-ipc --no-smt # Skip bytecode compare if private key is not available + - cd %APPVEYOR_BUILD_FOLDER% - ps: if ($env:priv_key) { scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir } |