From baaa032a75c5b9b2942fb1ea46e25a425444f580 Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Mon, 23 Oct 2017 23:02:42 +0300 Subject: No bytecodecompare if tests failed (issue #2300) Fix PR #3113 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3 From c06fc97f3cb4283e438ba4520db4f0ba08ed46c8 Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Mon, 23 Oct 2017 23:08:07 +0300 Subject: Fix folder changes --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f9578c43..ef5f6907 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,6 +77,7 @@ test_script: - ps: if ($env:priv_key) { scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir } + - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION% artifacts: - path: solidity-windows.zip -- cgit v1.2.3