aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/bamboo.build
diff options
context:
space:
mode:
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r--.nant/bamboo.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 0a1daf2..453f2ed 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -27,6 +27,10 @@
27 <!-- Copy the OdePlugin dll to bin/ for testing. --> 27 <!-- Copy the OdePlugin dll to bin/ for testing. -->
28 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> 28 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
29 29
30 <!-- Copy the 64 bit libode.so to bin/ for testing. -->
31 <copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" />
32
33
30 <!-- Run the tests. --> 34 <!-- Run the tests. -->
31 <nunit2 failonerror="false"> 35 <nunit2 failonerror="false">
32 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> 36 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />