diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-11 03:43:09 +0800 |
---|---|---|
committer | Bob Summerwill <bob@summerwill.net> | 2016-08-11 05:12:37 +0800 |
commit | 52a6737aa5843f8a5513b562699e1a18f6571551 (patch) | |
tree | d3a23758ebf1b084e6502bb43c633b852f956abc /scripts/release.bat | |
parent | 5a3740378f395f376bbdad69a2b735cf31f67615 (diff) | |
download | dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.gz dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.zst dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.zip |
Re-add the ZIP release flow for Solidity.
It is all within conditionals such that it only works for 'release'.
Just want to start on getting it re-enabled.
Also disabled the Appveyor cache, because it is unreliable.
Diffstat (limited to 'scripts/release.bat')
-rw-r--r-- | scripts/release.bat | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/release.bat b/scripts/release.bat index 6f0ef6b0..54d85862 100644 --- a/scripts/release.bat +++ b/scripts/release.bat @@ -28,7 +28,6 @@ REM --------------------------------------------------------------------------- set CONFIGURATION=%1 -REM TODO - Add soltest\%CONFIGURATION%\soltest.exe, when that is buildable. -7z a solidity-develop-windows.zip ^ - .\build\solc\%CONFIGURATION%\solc.exe ^ +7z a solidity-windows.zip ^ + .\build\solc\%CONFIGURATION%\solc.exe .\build\test\%CONFIGURATION%\soltest.exe ^ "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" |