* Trying to copy a 64 bit libode.so file from home directory to the build directory in the bamboo build process....

0.6.0-stable
Teravus Ovares 2008-07-25 16:02:08 +00:00
parent fd4e703f25
commit a2990d43e1
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
<!-- Copy the OdePlugin dll to bin/ for testing. -->
<copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
<!-- Copy the 64 bit libode.so to bin/ for testing. -->
<copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" />
<!-- Run the tests. -->
<nunit2 failonerror="false">
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />