forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.bat
More file actions
38 lines (35 loc) · 1.64 KB
/
release.bat
File metadata and controls
38 lines (35 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
REM ---------------------------------------------------------------------------
REM Batch file for implementing release flow for cpp-ethereum for Windows.
REM
REM The documentation for cpp-ethereum is hosted at http://cpp-ethereum.org
REM
REM ---------------------------------------------------------------------------
REM This file is part of cpp-ethereum.
REM
REM cpp-ethereum is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, either version 3 of the License, or
REM (at your option) any later version.
REM
REM cpp-ethereum is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>
REM
REM Copyright (c) 2016 cpp-ethereum contributors.
REM ---------------------------------------------------------------------------
set CONFIGURATION=%1
set ETHEREUM_DEPS_PATH=%2
set TESTS=%3
7z a cpp-ethereum-windows.zip ^
.\build\bench\%CONFIGURATION%\bench.exe ^
.\build\eth\%CONFIGURATION%\eth.exe ^
.\build\ethkey\%CONFIGURATION%\ethkey.exe ^
.\build\ethvm\%CONFIGURATION%\ethvm.exe ^
.\build\rlp\%CONFIGURATION%\rlp.exe ^
.\build\test\%CONFIGURATION%\testeth.exe ^
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" ^
%ETHEREUM_DEPS_PATH%\x64\bin\libmicrohttpd-dll.dll