mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Trying to copy a 64 bit libode.so file from home directory to the build directory in the bamboo build process....
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user