* Update the bamboo build to not copy the custom libode.so out of my home directory on the server.. as it's no longer there.
parent
b65d2139c8
commit
f36fab7e33
|
@ -29,8 +29,6 @@
|
|||
<!-- 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">
|
||||
|
|
Loading…
Reference in New Issue