Skip to content

Commit

Permalink
update ci-invoked build entry point to run database-dependent integra…
Browse files Browse the repository at this point in the history
…tion tests
  • Loading branch information
sbohlen committed Jan 17, 2015
1 parent 5894ff3 commit d1fb769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build-ci.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d1fb769

Please sign in to comment.