개정판 596f227d
setup HYTOS environment
Change-Id: I9805b21caba91b08775b4da53427cf2324a9cb86
build.bat | ||
---|---|---|
14 | 14 |
Del Setup\*.wixobj |
15 | 15 |
Del Setup\*.msi |
16 | 16 |
|
17 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ID2\Setup\*.exe"
|
|
17 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe"
|
|
18 | 18 |
|
19 |
%CANDLE% ".\ID2.wxs" -out .\Setup\
|
|
19 |
%CANDLE% ".\HYTOS.wxs" -out .\Setup\
|
|
20 | 20 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
21 |
%LIGHT% -out ".\Setup\ID2-%1.msi" ".\Setup\ID2.wixobj" -ext WixUIExtension -ext WixUtilExtension
|
|
21 |
%LIGHT% -out ".\Setup\HYTOS-%1.msi" ".\Setup\HYTOS.wixobj" -ext WixUIExtension -ext WixUtilExtension
|
|
22 | 22 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
23 | 23 |
|
24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ID2\Setup\*.msi"
|
|
24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.msi"
|
|
25 | 25 |
|
26 | 26 |
REM deploy artifacts |
27 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/ID2-%1.msi" -T ".\Setup\ID2-%1.msi"
|
|
27 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1.msi" -T ".\Setup\HYTOS-%1.msi"
|
|
28 | 28 |
|
29 | 29 |
:EOF |
30 | 30 |
ECHO process completed |
31 | 31 |
REM exit |
32 | 32 |
|
33 | 33 |
:ERROR |
34 |
REM exit 1 |
|
34 |
REM exit 1 |
내보내기 Unified diff