Skip to content

Commit bcf4634

Browse files
committed
try to build debug
1 parent ce945bf commit bcf4634

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

misc/appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ build_script:
9292
- mkdir build
9393
- cd build
9494
- set DEST_DIR=vs%VS_VERSION%_%WIDTH%-%APPVEYOR_REPO_BRANCH%
95-
- "%WITH_COMPILER% cmake -G \"%GENERATOR%\" %BUILD_TYPE_RELEASE% -DENABLE_MSDBLIB=on \"-DCMAKE_INSTALL_PREFIX:PATH=%DEST_DIR%\" \"-DOPENSSL_ROOT_DIR=%OPENSSL_ROOT_DIR%\" .."
96-
- "%WITH_COMPILER% cmake --build . --verbose %CONFIG_OPT% %CONFIG_RELEASE:~2,-1%"
9795
- set PATH=%OPENSSL_ROOT_DIR%\bin;%PATH%
98-
- "src\\apps\\%CONFIG_RELEASE:~2%tsql.exe -C"
9996
- cd ..
10097
- mkdir build_debug
10198
- cd build_debug

0 commit comments

Comments
 (0)