Skip to content

Commit df3be85

Browse files
committed
Added testing against SQL Server using OdbcDriver
1 parent adbe4f4 commit df3be85

File tree

5 files changed

+13803
-4
lines changed

5 files changed

+13803
-4
lines changed

ShowBuildMenu.bat

+10-2
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,14 @@ echo D. NHibernate Trunk - SQLite (32-bit)
256256
echo E. NHibernate Trunk - SQLite (64-bit)
257257
echo F. NHibernate Trunk - PostgreSQL
258258
echo G. NHibernate Trunk - Oracle (32-bit)
259+
echo H. NHibernate Trunk - SQL Server ODBC (32-bit)
259260
echo.
260261
echo X. Exit to main menu.
261262
echo.
262263

263-
%BUILDTOOL% prompt ABCDEFGX
264-
if errorlevel 7 goto main-menu
264+
%BUILDTOOL% prompt ABCDEFGHX
265+
if errorlevel 8 goto main-menu
266+
if errorlevel 7 goto teamcity-sqlServerOdbc
265267
if errorlevel 6 goto teamcity-oracle32
266268
if errorlevel 5 goto teamcity-postgresql
267269
if errorlevel 4 goto teamcity-sqlite64
@@ -312,5 +314,11 @@ move %CURRENT_CONFIGURATION% %CURRENT_CONFIGURATION%-backup 2> nul
312314
move %CURRENT_CONFIGURATION%-backup %CURRENT_CONFIGURATION% 2> nul
313315
goto main-menu
314316

317+
:teamcity-sqlServerOdbc
318+
move %CURRENT_CONFIGURATION% %CURRENT_CONFIGURATION%-backup 2> nul
319+
%NANT% /f:teamcity.build -D:skip.manual=true -D:CCNetLabel=-1 -D:config.teamcity=sqlServerOdbc
320+
move %CURRENT_CONFIGURATION%-backup %CURRENT_CONFIGURATION% 2> nul
321+
goto main-menu
322+
315323
:end
316324
popd

0 commit comments

Comments
 (0)