Skip to content

Commit

Permalink
Merge pull request ethereum#3126 from limexp/fix/2300-skip-bytecodeco…
Browse files Browse the repository at this point in the history
…mpare

Fix PR ethereum#3113. No bytecodecompare if tests failed
  • Loading branch information
chriseth authored Oct 24, 2017
2 parents 6f4220e + c06fc97 commit 1313e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1313e9d

Please sign in to comment.