개정판 a5975d30
issue #000: add build.bat
Change-Id: Id06c063e7b9bea5d8600d93babb87c6feb403e7f
build.bat | ||
---|---|---|
1 |
SET yyyymmdd=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2% |
|
2 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
|
3 |
SET hhmmss=%hhmmss: =0% |
|
4 |
|
|
5 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
|
6 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
|
7 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
|
8 |
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
|
9 |
|
|
10 |
pyinstaller App.spec --onedir -p "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\site-packages\PyQt5" -w --log-level=DEBUG --hidden-import=tkinter,pyqtgraph -y |
|
11 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
12 |
|
|
13 |
Del Setup\*.wixpdb |
|
14 |
Del Setup\*.wixobj |
|
15 |
Del Setup\*.msi |
|
16 |
|
|
17 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ID2\Setup\*.exe" |
|
18 |
|
|
19 |
%CANDLE% ".\ID2.wxs" -out .\Setup\ |
|
20 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
21 |
%LIGHT% -out ".\Setup\ID2-%1.msi" ".\Setup\ID2.wixobj" -ext WixUIExtension -ext WixUtilExtension |
|
22 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
23 |
|
|
24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ID2\Setup\*.msi" |
|
25 |
|
|
26 |
REM deploy artifacts |
|
27 |
..\curl.exe -uadmin:dof1073# -T ".\Setup\ID2-%1.msi" "http://www.devdoftech.co.kr:9081/artifactory/ID2/ID2-%1.msi" |
|
28 |
|
|
29 |
:EOF |
|
30 |
ECHO process completed |
|
31 |
REM exit |
|
32 |
|
|
33 |
:ERROR |
|
34 |
REM exit 1 |
내보내기 Unified diff