mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3126 from limexp/fix/2300-skip-bytecodecompare
Fix PR #3113. No bytecodecompare if tests failed
This commit is contained in:
commit
1313e9d882
@ -73,9 +73,11 @@ test_script:
|
|||||||
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
|
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
|
||||||
- soltest.exe --show-progress -- --no-ipc --no-smt
|
- soltest.exe --show-progress -- --no-ipc --no-smt
|
||||||
# Skip bytecode compare if private key is not available
|
# Skip bytecode compare if private key is not available
|
||||||
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- ps: if ($env:priv_key) {
|
- ps: if ($env:priv_key) {
|
||||||
scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir
|
scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir
|
||||||
}
|
}
|
||||||
|
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: solidity-windows.zip
|
- path: solidity-windows.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user