Merge pull request #3126 from limexp/fix/2300-skip-bytecodecompare

Fix PR #3113. No bytecodecompare if tests failed
This commit is contained in:
chriseth 2017-10-24 11:01:36 +02:00 committed by GitHub
commit 1313e9d882

View File

@ -73,9 +73,11 @@ 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
}
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
artifacts:
- path: solidity-windows.zip