aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-08-11 03:43:09 +0800
committerBob Summerwill <bob@summerwill.net>2016-08-11 05:12:37 +0800
commit52a6737aa5843f8a5513b562699e1a18f6571551 (patch)
treed3a23758ebf1b084e6502bb43c633b852f956abc /scripts
parent5a3740378f395f376bbdad69a2b735cf31f67615 (diff)
downloaddexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar
dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.gz
dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.bz2
dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.lz
dexon-solidity-52a6737aa5843f8a5513b562699e1a18f6571551.tar.xz
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')
-rw-r--r--scripts/release.bat5
-rwxr-xr-xscripts/release.sh2
2 files changed, 3 insertions, 4 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"
diff --git a/scripts/release.sh b/scripts/release.sh
index 275e53bb..e9f43f6c 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -89,4 +89,4 @@ fi
# And ZIP it all up, with a filename suffix passed in on the command-line.
-zip -j $REPO_ROOT/solidity-develop-$ZIP_SUFFIX.zip $ZIP_TEMP_DIR/*
+zip -j $REPO_ROOT/solidity-$ZIP_SUFFIX.zip $ZIP_TEMP_DIR/*