프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / build.bat @ f3b4d247

이력 | 보기 | 이력해설 | 다운로드 (4.4 KB)

1 774ce153 djkim
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 DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.com"
6
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe"
7
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe"
8
9
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe"
10
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx"
11
12
Del Setup\*.wixobj
13
Del Setup\*.wixpdb
14
Del Setup\*.msi
15 09f07393 humkyung
Del Setup\FinalService\*.wixobj
16
Del Setup\FinalService\*.wixpdb
17
Del Setup\FinalService\*.msi
18 b6c25f7a humkyung
Del Setup\ConvertService\*.wixobj
19
Del Setup\ConvertService\*.wixpdb
20
Del Setup\ConvertService\*.msi
21 774ce153 djkim
22
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.exe"
23 09f07393 humkyung
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.exe"
24 b6c25f7a humkyung
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.exe"
25 774ce153 djkim
26
%CANDLE% ".\MARKUS.wxs" -out .\Setup\
27 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
28 8b0d8693 humkyung
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\
29 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
30 b6c25f7a humkyung
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\
31 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
32 22c025b3 djkim
%CANDLE% ".\MARKUS_daelim.wxs" -out .\Setup\
33 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
34 0ac88c70 djkim
%CANDLE% ".\MARKUS_daelim_test.wxs" -out .\Setup\
35 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
36 22c025b3 djkim
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\
37 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
38 8b0d8693 humkyung
39 774ce153 djkim
IF %ERRORLEVEL% NEQ 0 goto :ERROR
40
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension
41 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
42 09f07393 humkyung
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension
43 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
44 b6c25f7a humkyung
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension
45 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
46 22c025b3 djkim
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension
47 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
48 0ac88c70 djkim
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension
49 f3b4d247 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
50 22c025b3 djkim
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension
51 774ce153 djkim
IF %ERRORLEVEL% NEQ 0 goto :ERROR
52
53
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi"
54 09f07393 humkyung
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi"
55 b6c25f7a humkyung
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.msi"
56 774ce153 djkim
57 6c661cad humkyung
REM deploy artifacts
58 90566004 djkim
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-%1.msi" -T ".\Setup\MARKUS-%1.msi"
59 b6c25f7a humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
60 90566004 djkim
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-Daelim-%1.msi" -T ".\Setup\MARKUS-Daelim-%1.msi"
61 b6c25f7a humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
62 90566004 djkim
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-DaelimTest-%1.msi" -T ".\Setup\MARKUS-DaelimTest-%1.msi"
63 b6c25f7a humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
64 90566004 djkim
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/FinalService/FinalService-%1.msi" -T ".\Setup\FinalService\FinalService-%1.msi"
65 b6c25f7a humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
66 90566004 djkim
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/FinalService/FinalService-Daelim-%1.msi" -T ".\Setup\FinalService\FinalService-Daelim-%1.msi"
67 b6c25f7a humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
68
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/ConvertService/ConvertService-%1.msi" -T ".\Setup\ConvertService\ConvertService-%1.msi"
69
IF %ERRORLEVEL% NEQ 0 goto :ERROR
70
71 774ce153 djkim
:EOF
72
ECHO process completed 
73
exit
74
75
:ERROR
76 1c2e8a82 humkyung
exit 1
클립보드 이미지 추가 (최대 크기: 500 MB)