update ci-invoked build entry point to run database-dependent integration tests

This commit is contained in:
Steve Bohlen
2015-01-16 22:06:13 -05:00
parent 5894ff39d1
commit d1fb769749

View File

@@ -7,9 +7,9 @@ cd ..
@echo ...
@echo Running full Build Script, capturing output to buildlog.txt file...
@echo Start Time: %time%
build-support\tools\nant\bin\nant -D:test.withcoverage=false %1 %2 %3 %4 %5 %6 %7 %8 %9
build-support\tools\nant\bin\nant -D:test.withcoverage=false -D:build-ems=false -D:test.integration.data=true -D:test.integration.ems=false -D:test.integration.nms=false %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo ************************
@echo Build Complete!
@echo ************************
@echo End Time: %time%
@echo