-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APIS-1007] 11.4 드라이버 호환성 테스트 - ODBC (#3) #76
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#define MAJOR_VERSION 11 | ||
#define MINOR_VERSION 3 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 드라이버는 이제 Server 버전을 따르지 않습니다. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 네 확인했습니다 버전을 "11.3.1.0062"로 수정하겠습니다 |
||
#define PATCH_VERSION 0 | ||
#define BUILD_SERIAL_NUMBER 0061 | ||
#define VERSION_STRING "11.3.0.0061" | ||
#define PATCH_VERSION 1 | ||
#define BUILD_SERIAL_NUMBER 0062 | ||
#define VERSION_STRING "11.3.1.0062" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,20 +26,19 @@ if EXIST "%SCRIPT_DIR%\cubrid-cci" rmdir /s /q cubrid-cci | |
|
||
git clone [email protected]:CUBRID/cubrid-cci.git | ||
|
||
if "%VS140COMNTOOLS%x" == "x" echo "Please add 'VS140COMNTOOLS' in the environment variable\n ex) C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools" | ||
if "%VS110COMNTOOLS%x" == "x" echo "Please add 'VS110COMNTOOLS' in the environment variable\n ex) C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools" | ||
if "%VS2017COMNTOOLS%x" == "x" echo "Please add 'VS2017COMNTOOLS' in the environment variable\n ex) C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools" | ||
|
||
cd %CCI_WIN_DIR% | ||
|
||
call "%VS140COMNTOOLS%vsvars32.bat" | ||
devenv cas_cci_v140_lib.vcxproj /build "release|x86" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 32bit V140 Relase Library." & GOTO END_SCRIPT | ||
devenv cas_cci_v140_lib.vcxproj /build "debug|x86" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 32bit V140 Debug Library." & GOTO END_SCRIPT | ||
devenv cas_cci_v140_lib.vcxproj /build "release|x64" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 64bit V140 Relase Library." & GOTO END_SCRIPT | ||
devenv cas_cci_v140_lib.vcxproj /build "debug|x64" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 64bit V140 Debug Library." & GOTO END_SCRIPT | ||
call "%VS2017COMNTOOLS%VsDevCmd.bat" | ||
devenv cas_cci_v141_lib.vcxproj /build "release|x86" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 32bit V141 Relase Library." & GOTO END_SCRIPT | ||
devenv cas_cci_v141_lib.vcxproj /build "debug|x86" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 32bit V141 Debug Library." & GOTO END_SCRIPT | ||
devenv cas_cci_v141_lib.vcxproj /build "release|x64" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 64bit V141 Relase Library." & GOTO END_SCRIPT | ||
devenv cas_cci_v141_lib.vcxproj /build "debug|x64" | ||
if not "%ERRORLEVEL%" == "0" echo "Please check for 64bit V141 Debug Library." & GOTO END_SCRIPT | ||
|
||
copy %CCI_WIN_DIR%\Win32\Release\cas_cci.lib %INSTALL_DIRS%\lib32\cas_cci_14.lib | ||
copy %CCI_WIN_DIR%\Win32\Debug\cas_cci.lib %INSTALL_DIRS%\lib32\cas_cci_d_14.lib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
call "E:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat" | ||
call "%VS2017COMNTOOLS%VsDevCmd.bat" | ||
cd UnitTest | ||
devenv UnitTest.sln /project UnitTest\UnitTest.csproj /rebuild "Release|x86" | ||
cd UnitTest\bin\x86\Release | ||
devenv UnitTest.sln /project UnitTest\UnitTest.csproj /rebuild "Release|x64" | ||
cd UnitTest\bin\x64\Release | ||
MSTest/testcontainer:UnitTest.dll |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일반 사용자도 빌드 할 수 있기 때문에
VS2017COMNTOOLS나 NSIS가 환경 변수에 등록할수 있도록
환경 변수를 체크하는 것이 좋을 것 같습니다. (체크후 설정되어 있지 않으면 진행되지 않도록)
그리고 makensis앞에도 환경 변수가 있으면 좋겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네 확인했습니다 다만 nsis 환경 변수 같은 경우에는 보통 변수를 따로 잡지 않고 Path 내부에 nsis 디렉토리만 설정해서 사용하는 것 같아서 makensis명령이 실행 안됐을떄만 if 분기로 아래 예시처럼 처리하도록 수정하겠습니다