* Trying to copy a 64 bit libode.so file from home directory to the build directory in the bamboo build process....
parent
fd4e703f25
commit
a2990d43e1
|
@ -27,6 +27,10 @@
|
||||||
<!-- Copy the OdePlugin dll to bin/ for testing. -->
|
<!-- 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 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. -->
|
<!-- Run the tests. -->
|
||||||
<nunit2 failonerror="false">
|
<nunit2 failonerror="false">
|
||||||
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
|
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
|
||||||
|
|
Loading…
Reference in New Issue